简体   繁体   中英

How to get 3d representation of a deep learning model?

Is there any way to get a picture (.png or.jpeg) depicting 3d representation of a deep learning network?

  • For now, the model plotting utility of Keras gives a two-dimensional representation, comprising the number of layers and basic properties of each layer (reference image attached) https://i.stack.imgur.com/KGmiF.jpg

  • Is there any way out in keras or any other library which can give me a 3-dimensional representation of the model for better visualisation? (reference image attached) https://i.stack.imgur.com/s027O.png [taken from Aligning Superhuman AI with Human Behavior: Chess as a Model System]

  • If there isn't any library which can convert the model to a 3d representation/graph, Can anyone tell the software to create such graphics/ illustrations?

来自 keras 模型绘图实用程序的二维模型

取自研究论文的 3d 模型表示。

You could try one of this:

  1. Netron viewer for neural network: https://github.com/lutzroeder/Netron
  2. Tensorspace ( introducing to tensorspace ): https://tensorspace.org/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM