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
I use pytorch 0.3.0. use large network with 331 size:
RuntimeError: log_softmax(): argument 'input' (position 1) must be Variable, not tuple
use mobile network and large network with 299 size:
RuntimeError: Given input size: (4032x10x10). Calculated output size: (4032x0x0). Output size is too small at /pytorch/torch/lib/THCUNN/generic/SpatialAveragePooling.cu:63
The text was updated successfully, but these errors were encountered:
I use pytorch 0.3.0. use large network with 331 size:
RuntimeError: log_softmax(): argument 'input' (position 1) must be Variable, not tuple
use mobile network and large network with 299 size:
RuntimeError: Given input size: (4032x10x10). Calculated output size: (4032x0x0). Output size is too small at /pytorch/torch/lib/THCUNN/generic/SpatialAveragePooling.cu:63
The text was updated successfully, but these errors were encountered: