Closed pengzhenghao closed 5 years ago
try pytorch 0.3.1
@PengZhenghao You can try to modify test_models.py as https://github.com/shuangshuangguo/caffe2pytorch-tsn/blob/master/test_models.py
hello ,have you solved your problem? I have met the same error,I have no idea what i should do next. thanks a lot!I am looking forward for your early replay.
You can see pretrainedmodels, it has pretrained bninception. I have succeed to run tsn-pytorch using pytorch1.0 with it.
You can see pretrainedmodels, it has pretrained bninception. I have succeed to run tsn-pytorch using pytorch1.0 with it.
hello, I am running tsn-pytorch using pytorch1.1, and get the issue of size mismatch. Could you share your code about this problem. Thanks.
Hi Xiong, Thanks for your great codes. Trouble happen when I running the
test_model.py
following your instruction:wherein
kinetics_rgb.pth
comes from here by @shuangshuangguoThe errors look like:
Namely each module has it's weight in checkpoint with one more dimension, compared to what it supposed to be.
I am a beginner with PyTorch. Hope you can answer my question. Thanks you!