Open mbeyeler opened 6 years ago
Hi Michael, Both sequential and convnet were located in deep-retina/deepretina/models.py. They are not in the current master branch, removed June 2017 I think. You will have to check out an older version, e.g. go back to commit f5a9fee : https://github.com/baccuslab/deep-retina/blob/f5a9fee5cc46c493dfd9559ec724a125b27ac008/deepretina/models.py Best, Till
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' standardSequential
instead ofsequential
, or did you make some adjustments there?Thanks, Michael