Closed ck0604 closed 5 years ago
When running dnn.py I'm getting an error as follows: Using TensorFlow backend. Traceback (most recent call last): File "dnn.py", line 11, in from . import Model ImportError: cannot import name 'Model'
how to fix this problem?
Install the package and try running the example again.
When running dnn.py I'm getting an error as follows: Using TensorFlow backend. Traceback (most recent call last): File "dnn.py", line 11, in
from . import Model
ImportError: cannot import name 'Model'