You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: