You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run your code, there is an error:
ImportError Traceback (most recent call last)
in ()
5
6 from theano.sandbox.cuda.dnn import dnn_conv
----> 7 from lib import activations
8 from lib import inits
9 from lib.ops import batchnorm, deconv
ImportError: cannot import name activations
what can I do to solve this? sorry to bother you with such a simple question but I am a new one, coud you please help me ?
The text was updated successfully, but these errors were encountered:
when I run your code, there is an error:
ImportError Traceback (most recent call last)
in ()
5
6 from theano.sandbox.cuda.dnn import dnn_conv
----> 7 from lib import activations
8 from lib import inits
9 from lib.ops import batchnorm, deconv
ImportError: cannot import name activations
what can I do to solve this? sorry to bother you with such a simple question but I am a new one, coud you please help me ?
The text was updated successfully, but these errors were encountered: