keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Keras plot_model error #104

Closed yaoxunji closed 4 years ago

yaoxunji commented 5 years ago

I use the plot_model function to visualization the network,but it always begin with a strange number in the picture. I modified vis_utils.py because can not import pydot ,I modified import pydot to import pydot_ng as pydot

taehoonlee commented 5 years ago

@yaoxunji, Can you share your snippets to reproduce the situation?