LeNet-5 icon indicating copy to clipboard operation
LeNet-5 copied to clipboard

why need add this layer?

Open tensorflowt opened this issue 3 years ago • 1 comments

hi! First of all, thank you very much for your open source code. Then, when I was looking at the code, I found that I didn't understand one sentence. Could you please help me explain it?

output += x ?

Is it okay if I get rid of this line ?

thanks!

tensorflowt avatar Jul 22 '21 16:07 tensorflowt

Remove it and see what happens to accuracy! I haven't tried myself, but it's simple.

That entry creates a bifurcation in the graph as can be seen on Netron:

lenet onnx

cirosantilli avatar Apr 12 '23 06:04 cirosantilli