keras畫出構建的模型

keras畫出構建的模型 1、安裝畫圖模塊 conda install pydot 2、畫圖代碼 from keras.utils import plot_model plot_model(model,to_file="model.png",show_shapes=True) 如下圖所示
相關文章
相關標籤/搜索