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 think the self.res_layers should be rewritten as self.res_layers = nn.Sequential(*[ResLayer()] * res_layer_number),
otherwise Pytorch cannot resist these layers