How to fix error when trying to use batch_norm function from lasagne library?

58 views Asked by At

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?

0

There are 0 answers