1 year ago
#229329
gh1222
How to fix error when trying to use batch_norm function from lasagne library?
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?
python
python-3.x
error-handling
lasagne
0 Answers
Your Answer