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
the dimension d is decided by the code line 6: d=max(in_channels//r,L)
But in the original paper, d = max(C/r;L);
Shouldn't "C" equals to "out_channels" instead of "in_channels"?
Small question, Thanks.