netron可视化keras模型报错: error loading keras model config.forEach is not a function 暂时使用代替方案:from keras.utils import plot_modelimport pydotplot_model(vgg, to_file='model.png',show_shapes=True)
遇到 ImportError: cannot import name np_utils问题 from keras.utils import np_utils报错,查看utils 地址,在D盘,更改工作路径(working directory,Spyder右上角)至D盘,import 成功.