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 some insights, if I set channel_last option, like h = PF.convolution(x, 32, (3,3), group=32, channel_last=True), this segmentation fault does not occur.
The text was updated successfully, but these errors were encountered:
When performing mixed precision training, I got segmentation fault when I specified the convolution group=in_channel.
Above sample code outputs below:
For some insights, if I set
channel_last
option, likeh = PF.convolution(x, 32, (3,3), group=32, channel_last=True)
, this segmentation fault does not occur.The text was updated successfully, but these errors were encountered: