ethereon / netscope

Neural network visualizer
http://ethereon.github.io/netscope
944 stars 322 forks source link

Display layer dimensions #7

Open sunsided opened 7 years ago

sunsided commented 7 years ago

Can you add a mechanism to specify the dimensions of input layers, so that one can see the layer dimensions propagated through the network? That would make netscope an extremely handy tool for designing network architecture (say, when attempting to match deconv layers with the input in autoencoders).

sara-eb commented 6 years ago

@RuslanIsrafilov @ethereon , I am looking for viewing the blob shapes in Netscope, Should I add a specific field to the prototxt file to be able to see the output shape while I am designing a network by getting help from Netscope?

Thanks