Netscope是個(gè)支持prototxt格式描述的神經(jīng)網(wǎng)絡(luò)結(jié)構(gòu)的在線可視工具,地址:http://ethereon./netscope/quickstart.html
它可以用來(lái)可視化Caffe結(jié)構(gòu)里prototxt格式的網(wǎng)絡(luò)結(jié)構(gòu)
使用起來(lái)也非常簡(jiǎn)單,打開這個(gè)地址:http://ethereon./netscope/#/editor
把你的描述神經(jīng)網(wǎng)絡(luò)結(jié)構(gòu)的prototxt文件復(fù)制到該編輯框里,按shift-enter,就可以直接以圖形方式顯示網(wǎng)絡(luò)的結(jié)構(gòu)
比如,以mnist的LeNet網(wǎng)絡(luò)結(jié)構(gòu)為例,把Caffe中example/mnist/lenet_train_test.prototxt 文件的內(nèi)容復(fù)制到編譯框,按shift-enter,立即就可以得到可視化的結(jié)構(gòu)圖。

|