Switch to the Python version you want to use:
| # -*- coding: utf-8 -*- | |
| """ | |
| Preliminary implementation of batch normalization for Lasagne. | |
| Does not include a way to properly compute the normalization factors over the | |
| full training set for testing, but can be used as a drop-in for training and | |
| validation. | |
| Author: Jan Schlüter | |
| """ |