【问题标题】:Graphically display model coded in Keras [duplicate]以 Keras 编码的图形显示模型 [重复]
【发布时间】:2019-01-06 11:48:56
【问题描述】:

假设我正在从头开始在 keras 中编写 Resnet 152 模型,是否存在任何工具/api 可以将我的代码作为输入并给出图形信号流图,以便我可以确保模型我的编码结果如预期?

我知道存在 Keras 模型摘要,但我如何解释跳过层连接?

【问题讨论】:

标签: tensorflow keras deep-learning conv-neural-network tensorboard


【解决方案1】:

试试 plot_model(your_model, to_file='model.png')

您将获得一个模型的 .png,显示您的层是如何连接的。

【讨论】:

  • 正是我想要的。谢谢。
猜你喜欢
  • 1970-01-01
  • 2021-01-22
  • 1970-01-01
  • 1970-01-01
  • 2021-10-01
  • 2019-06-14
  • 2017-05-28
  • 2019-02-10
  • 1970-01-01
相关资源
最近更新 更多