Netscope - Caffe’s prototxt 可视化工具

http://ethereon.github.io/netscope/quickstart.html

A web-based tool for visualizing neural network architectures (or technically, any directed acyclic graph). It currently supports Caffe's prototxt format.

Gist Support

If your .prototxt file is part of a GitHub Gist, you can visualize it by visiting this URL:
http://ethereon.github.io/netscope/#/gist/your-gist-id

The Gist ID is the numeric suffix in the Gist’s URL.

View Example
http://ethereon.github.io/netscope/quickstart.html

Editor

You can use the inline editor to enter your network definition (currently limited to valid Caffe's prototext) and visualize the network.
http://ethereon.github.io/netscope/#/editor

Press Shift+Enter in the editor to render your network.

Launch Editor
http://ethereon.github.io/netscope/#/editor

# Enter your network definition here.
# Use Shift+Enter to update the visualization.

Netscope - Caffe's prototxt 可视化工具

Presets

AlexNet
CaffeNet
Fully Convolutional Network — Three Stream
GoogLeNet
Network in Network
VGG 16 Layers

Wordbook

directed acyclic graph,DAG [ˈdæɡ]:有向非循环图,无回路有向图

相关文章:

  • 2021-08-14
  • 2021-05-05
  • 2021-08-22
  • 2022-02-27
  • 2021-11-19
  • 2021-12-05
  • 2021-06-06
  • 2021-11-01
猜你喜欢
  • 2021-10-11
  • 2021-06-26
  • 2021-08-14
  • 2021-09-07
  • 2021-11-18
  • 2021-09-09
  • 2021-08-21
相关资源
相似解决方案