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
For nchw_fchw 2-D convolutions, the gapping factor g must satisfy g^2 divides the number of channels. otherwise, the channels have to padded first to support the shuffling operation.
For nchw_fchw 2-D convolutions, the gapping factor g must satisfy g^2 divides the number of channels. otherwise, the channels have to padded first to support the shuffling operation.
Fall out from #2375