Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 465 Bytes

MMDNN-Vis

Visualization tool branched from MMdnn repo{:target="_blank"}.

Development guide

preparation

mmdownload -f cntk -n alexnet
mmtoir -f cntk -n AlexNet_ImageNet_CNTK.model -d ir_alexnet

deploy to github page

Refer here

Do it after commit changes.

git subtree push --prefix src origin gh-pages

local development

node app.js

Roadmap