Open rahuja123 opened 4 years ago
Hello,
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:
https://github.com/vikasverma1077/Manifold_mixup_anon/blob/master/models/__init__.py#L19
Best,
Alex.
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