ethereon / netscope

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

Input Layer fail to parse shape for multi blobs #12

Open leoshine opened 7 years ago

leoshine commented 7 years ago

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 { dim: 10 dim: 1 } shape { dim: 10 dim: 3 dim: 224 dim: 224 } } }

And this result in:

image

rlnx commented 7 years ago

@leoshine, how should these shapes be interpreted? Does every shape correspond to the particular top blob in the order they are enumerated?