zhoubolei / TRN-pytorch

Temporal Relation Networks
http://relation.csail.mit.edu/
Other
787 stars 190 forks source link

Test error #65

Open azhaoaigaga opened 5 years ago

azhaoaigaga commented 5 years ago

python test_video.py --arch BNInception --dataset something --weights pretrain/TRN_something_RGB_BNInception_TRNmultiscale_segment8_best.pth.tar --fr ame_folder E:\BaiduNetdiskDownload\TRN-pytorch\sample_data\sample_data\juggling_frames\ Test error:Traceback (most recent call last): File "test_video.py", line 137, in logits = net(input) File "D:\Anaconda\lib\site-packages\torch\nn\modules\module.py", line 489, in call result = self.forward(*input, **kwargs) File "E:\BaiduNetdiskDownload\TRN-pytorch\models.py", line 228, in forward base_out = base_out.view((-1, self.num_segments) + base_out.size()[1:]) RuntimeError: shape '[-1, 8, 256]' is invalid for input of size 15360

What Would l Do,thanks!

YIYANGCAI commented 3 years ago

Same problem, did you solve this problem?

YamabukiKasumi commented 1 year ago

Same problem, did you solve this problem?