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
I'm trying to run your runme.py script, but it breaks on importing convnet and sequential from deepretina.model.
Should it be nips_cnn instead of convnet, or is that something different that has since been removed?
Also, are you referring to Keras' standard Sequential instead of sequential, or did you make some adjustments there?
Thanks,
Michael
The text was updated successfully, but these errors were encountered:
I'm trying to run your
runme.py
script, but it breaks on importingconvnet
andsequential
fromdeepretina.model
.Should it be
nips_cnn
instead ofconvnet
, or is that something different that has since been removed?Also, are you referring to Keras' standard
Sequential
instead ofsequential
, or did you make some adjustments there?Thanks,
Michael
The text was updated successfully, but these errors were encountered: