netscope
netscope copied to clipboard
Neural network visualizer
Hello, could you please tell me something about how to export the calculation quantity of each layers? especially the pooling and relu layers. Thanks a lot~
Thanks for the great tool! I would like to run this on my local machine but doesn't know how. I ran npm install and npm start but didn't know what...
”Error Encountered Uncaught ReferenceError: dagreD3 is not defined“ use chrome,a few days ago,shift+Enter cause such error? how to fix it?
Could I use it in a PC without Internet?
- Add double click event to control the editor hide or show - 添加双击事件来控制编辑器的隐藏和显示
It's an awesome work! It will be better if the label shape could also be infered as the image shape. At now, it is limited to [1], which only caters...
For Input layer, if only one blob is fine, but failed when output multi blobs. For example: layer { name: "Input" type: "Input" top: "label" top: "data" input_param { shape...
I have a modified layer EltwiseLayer that do inplace operation in the first bottom data and top data. In this case , this layer can't be shown correctly. Can the...
name: "net" layer { name: "data_layer" type: "FaceData" top: "image" top: "landmark" face_data_param { group_size: 5 } } layer { name: "color" type: "Color" bottom: "image" top: "image_gray" color_param {...