PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For the Share-in with other backprop layers

sunformoon opened this issue · comments

Hi I checked that the Softmax layer cannot share the in's with other backprop layers. I am wondering what does the outcome look like if I mistakenly share in's for Softmax layer?

Could I write a SplitLayer (like Caffe) to avoid this problem?

Thank you!