You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling plot_model(...) using tensorflow 2.3 or greater results in the error message
File "/[redacted]/lib/python3.6/site-packages/plot_model/plot_model.py", line 91, in model_to_dot
from tensorflow.python.keras.engine import network
ImportError: cannot import name 'network'
Calling
plot_model(...)using tensorflow 2.3 or greater results in the error messageThe network module is no longer present, see https://github.com/tensorflow/tensorflow/tree/v2.3.1/tensorflow/python/keras/engine