[keras] 模型可视化plot_model
[keras] 模型可视化plot_model
from keras.utils.vis_utils import plot_model
plot_model(model, to_file="model.png",show_shapes=True);这里写代码片
环境:anaconda+ubuntu
安装graphviz:conda install -c conda-forg...
转载
2018-04-02 19:49:09 ·
3003 阅读 ·
0 评论