-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something has gone wrong... #2
Comments
Image size should be 299x299 for Inception. After you make this change in the code, you'll encounter a different error.
There's some problem with Inception model. |
ok, I will check it. |
When I tried to run this code, the following error occurred:
Fast Gradient Sign Method
Model: inception_v3
Traceback (most recent call last):
File "fgsm.py", line 62, in
out = model(inp)
File "/home/jinping/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in call
result = self.forward(*input, **kwargs)
File "/home/jinping/anaconda3/lib/python3.6/site-packages/torchvision/models/inception.py", line 117, in forward
x = F.avg_pool2d(x, kernel_size=8)
RuntimeError: Given input size: (2048x5x5). Calculated output size: (2048x0x0). Output size is too small at /home/jinping/project/pytorch/aten/src/THCUNN/generic/SpatialAveragePooling.cu:63
The text was updated successfully, but these errors were encountered: