-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Create a setup.py #4
Comments
howard0su
pushed a commit
to howard0su/keras
that referenced
this issue
Jan 18, 2017
* fix in python3 * pad the end batch * add cnn move batch pad to train_function * add dim_ordering revert format abstract _pad_end_batch
howard0su
pushed a commit
to howard0su/keras
that referenced
this issue
Jan 24, 2017
* fix in python3 * pad the end batch * add cnn move batch pad to train_function * add dim_ordering revert format abstract _pad_end_batch
rekingbc
pushed a commit
to rekingbc/keras
that referenced
this issue
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome library. I've been looking for something with an LSTM that's this simple for some time. I can only seem to run the scripts from within the keras folder. I added the location for the keras directory, downloaded from git, to my sys.path and I can't import the keras module.
The text was updated successfully, but these errors were encountered: