Skip to content

Commit

Permalink
update readme and quickstart.html with infos about this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dgschwend committed Mar 22, 2016
1 parent 64b66d4 commit fdd4134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Netscope
# Netscope-Analyzer

This tool is based on the Netscope by [ethereon](https://github.com/ethereon).
This is a CNN Analyzer tool, based on Netscope by [ethereon](https://github.com/ethereon).
Netscope is a web-based tool for visualizing neural network topologies. It currently supports UC Berkeley's [Caffe framework](https://github.com/bvlc/caffe).

This fork adds analysis capabilities, enabling the computation of network complexity (number of operations) and network size (number of parameters) for easy comparison of different networks.
Expand Down
7 changes: 4 additions & 3 deletions quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
</head>
<body>
<div class="container">
<h1>Netscope</h1>
<p>A web-based tool for visualizing neural network architectures (or technically, any directed acyclic graph). It currently supports <a href="http://caffe.berkeleyvision.org/">Caffe</a>'s prototxt format.</p>
<p>Originally developed by <a href="https://github.com/ethereon">ethereon</a>. Extended for CNN analysis by <a href="https://github.com/dgschwend">dgschwend</a></p>
<h1>Netscope-Analyzer</h1>
<p>A web-based tool for visualizing and analyzing neural network architectures (or technically, any directed acyclic graph).
Currently supports <a href="http://caffe.berkeleyvision.org/">Caffe</a>'s prototxt format.</p>
<p>Originally developed by <a href="https://github.com/ethereon">ethereon</a>. Extended for CNN Analysis by <a href="https://github.com/dgschwend">dgschwend</a></p>
</div>
<div class="container">
<h2>Gist Support</h2>
Expand Down

0 comments on commit fdd4134

Please sign in to comment.