I installed keras with pip and I'm having an issue trying to create a Graph model:
from keras.models import Sequential,Graph
ImportError: cannot import name Graph
pip version 1.5.4
python version 2.7
Graph has been removed. Use the functional API (see docs).
Would be nice if the doc was updated then.
https://keras.io/layers/containers/ is not true anymore, leading me to search the Graph class with obviously no success. Even the commit removing the Graph class doesn't say anything about it.
Most helpful comment
Would be nice if the doc was updated then.
https://keras.io/layers/containers/ is not true anymore, leading me to search the Graph class with obviously no success. Even the commit removing the Graph class doesn't say anything about it.