JamesKasperYu
Results
1
comments of
JamesKasperYu
the code is too long and i'll show part of my code which get the error is: ``` def __init__(): self.encoder = vars(resnet)\['resnet50']() self.conv_a = nn.Sequential( nn.Conv2d(512*4,256,1,1), sn.SwitchNorm(256, using_moving_average=using_moving_average), nn.ReLU(inplace=True))...