cliu@cliu-ubuntu:bin$ pythonPython 2.7.9 (default, Apr 2 2015, 15:33:21) [GCC 4.9.2] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> from __future__ import print_function>>> from keras.utils.data_utils import get_fileTraceback (most recent call last): File "<stdin>", line 1, in <module>ImportError: No module named data_utils
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/c2833dd3-cec1-476f-91f0-a62efdb03322%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I installed Keira's by using pip install keras. Should I reinstall it using ./setup.py in the github or is there other way that I can update it?
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/82d7f953-40e5-45c9-bded-1db28b3c2193%40googlegroups.com.