Could you please provide a list of the 3rd party libraries that are required to run your code. I installed for example keras-2.0.8 but this does not provide Graph any more and running training.py fails.
Tims-MBP-2:simple_forecasting cmt$ python training.py
Using TensorFlow backend.
Traceback (most recent call last):
File "training.py", line 15, in
from keras.models import Sequential, Graph
ImportError: cannot import name Graph
Tims-MBP-2:simple_forecasting cmt$
Could you please provide a list of the 3rd party libraries that are required to run your code. I installed for example keras-2.0.8 but this does not provide Graph any more and running training.py fails.
Tims-MBP-2:simple_forecasting cmt$ python training.py Using TensorFlow backend. Traceback (most recent call last): File "training.py", line 15, in
from keras.models import Sequential, Graph
ImportError: cannot import name Graph
Tims-MBP-2:simple_forecasting cmt$