-
Notifications
You must be signed in to change notification settings - Fork 361
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
the version #21
Comments
Thanks for the feedback! Do you have a detailed error message? And actually I was testing on the latest tensorflow (0.11). |
the detail error:
I hope this can help you! |
I doubt whether is tensorflow's version problem, i don't want to upgrade tensorflow version to 11 now. |
I used the keras version 1.0.4 and tensorflow 0.10, I run the old code(before you updated the code) and restart to train my data , but encountered a problem: |
I use the keras version 1.1.1 and tensorflow 0.10 is not fit to your new updated program, there is a problem:
raise TypeError("List of Tensors when single Tensor expected") TypeError: List of Tensors when single Tensor expected
.The text was updated successfully, but these errors were encountered: