ethereon / netscope

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

Eltwise layer with inplace operation #11

Open xieguotian opened 7 years ago

xieguotian commented 7 years ago

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 code fix for this case, please?

layer { bottom: "bn4_2" bottom: "bn4a" top: "bn4_2" name: "res4_2" type: "Eltwise" }