PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework
MIT License
421 stars 137 forks source link

For the Share-in with other backprop layers #50

Open sunformoon opened 7 years ago

sunformoon commented 7 years ago

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!