maikherbig / AIDeveloper

GUI-based software for training, evaluating and applying deep neural nets for image classification
BSD 2-Clause "Simplified" License
109 stars 20 forks source link

Option for plotting models #12

Closed alfrem closed 4 years ago

alfrem commented 4 years ago

It can be good, for teaching and validation reasons, that models can be loaded as an image with plot_model.

plot_model with from keras.utils.vis_utils import plot_model

Thank you.

maikherbig commented 4 years ago

Please use an external software for that. For example netron: https://github.com/lutzroeder/netron Install it and then just load the .model files created by AIDeveloper. Answer_