Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot import name convnet, sequential #14

Open
mbeyeler opened this issue Jun 19, 2018 · 1 comment
Open

Cannot import name convnet, sequential #14

mbeyeler opened this issue Jun 19, 2018 · 1 comment

Comments

@mbeyeler
Copy link

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

@tillhartmann
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants