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
try:
# pydot-ng is a fork of pydot that is better maintained.importpydot_ngaspydotexceptImportError:
# pydotplus is an improved version of pydottry:
importpydotplusaspydotexceptImportError:
# Fall back on pydot if necessary.try:
importpydotexceptImportError:
pydot=None
pydotplus has not been updated in 10 years, and pydot-ng has not been updated in 6 years.
Consider using pydot as the first option and the other options as fallbacks instead of the other way around. pydot has been resurrected some time ago and it's the main project.
The text was updated successfully, but these errors were encountered:
In
keras/src/utils/model_visualization.py
:pydotplus
has not been updated in 10 years, andpydot-ng
has not been updated in 6 years.Consider using
pydot
as the first option and the other options as fallbacks instead of the other way around.pydot
has been resurrected some time ago and it's the main project.The text was updated successfully, but these errors were encountered: