-
Notifications
You must be signed in to change notification settings - Fork 175
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
unicode error #20
Comments
lol. probably this: keras-team/keras#4135 |
Have you got this fixed? I am having a similar issue: File "C:\Miniconda3\lib\site-packages\keras\utils\generic_utils.py", line 140, Wonder if you have any suggestions? |
@ljm355 I solved this problem by using an older version of keras. My setup is as follows: |
Thanks! One caveat about Python version: |
@akshaychawla I think there is an easier way to solve this problem ( and I found it's working): |
@tangsanli5201 Cool! This is a much better solution as it works for all versions of Keras. Could you dump the json for the latest keras (via pip) and raise a PR? It will help others who are facing this problem. |
I am having a similar issue on CentosOS: I'm using tensorflow 1.12, keras 2.0.6, and python 3.6 |
I'm using scipy==1.0.0,tensorflow-gpu==1.13.1,keras==2.0.6,opencv-python==4.1.0.25,python=3.5.2. it works! |
this is on windows 10 64 + python 3.6.2 + tensorflow 1.3 + downloaded npy from dropbox
The text was updated successfully, but these errors were encountered: