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
0%| | 0/160000 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/xfeat/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/ubuntu/miniconda3/envs/xfeat/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/data3/WSX/accelerated_features/modules/training/train_28.py", line 371, in
trainer.train()
File "/data3/WSX/accelerated_features/modules/training/train_28.py", line 239, in train
p1 = torch.cat([p1s, p1], dim=0)
RuntimeError: Sizes of tensors must match except in dimension 0. Expected size 600 but got size 608 for tensor number 1 in the list.
我看论文里面图片格式是800,600.我改成之后,运行不了。
The text was updated successfully, but these errors were encountered:
0%| | 0/160000 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/xfeat/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/ubuntu/miniconda3/envs/xfeat/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/data3/WSX/accelerated_features/modules/training/train_28.py", line 371, in
trainer.train()
File "/data3/WSX/accelerated_features/modules/training/train_28.py", line 239, in train
p1 = torch.cat([p1s, p1], dim=0)
RuntimeError: Sizes of tensors must match except in dimension 0. Expected size 600 but got size 608 for tensor number 1 in the list.
我看论文里面图片格式是800,600.我改成之后,运行不了。
The text was updated successfully, but these errors were encountered: