When i try to use batch_norm function from lasagne
library:
lasagne.layers.batch_norm(...
this error appears:
AttributeError: module 'lasagne.layers' has no attribute 'batch_norm'
However I did all installs and updates which are necessary for that library. How to fix it?