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

what version of keras is preferable may i know ? #2

Open
ashakodali opened this issue Dec 22, 2017 · 1 comment
Open

what version of keras is preferable may i know ? #2

ashakodali opened this issue Dec 22, 2017 · 1 comment

Comments

@ashakodali
Copy link

ashakodali commented Dec 22, 2017

Hi sir,

Im using the keras version- 1.1.2 and im getting this error
from keras.layers.extra import TimeDistributedConvolution2D, TimeDistributedMaxPooling2D, TimeDistributedFlatten
ImportError: No module named extra
And when im using keras version- 1.1.1 im getting this error
from keras.models import Sequential, Graph
ImportError: cannot import name Graph

@prashantjoshi22
Copy link

Hi
type this:
sudo pip install keras==0.3.0
and then download extra.py from this link
https://github.com/anayebi/keras-extra

and place it in /keras/layers folder
thats it!!!

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