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
You are right that this line is wrong and we will fix it. However, it does not effect the standard results (for example the example commands in the github repo) because those use the preresnet file and not the resnet.py file:
Hi, the original code that you have mentioned in your file (models/resnet.py) is given as:
At line 109, after the hidden mixup at layer 0, you are using x as input in self.conv1() layer.
Shouldn't that be changed to self.conv1(out)?
@vikasverma1077
The text was updated successfully, but these errors were encountered: