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
{{ message }}
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
When trying to run the test with the given model from google drive and the dataset, I get the following error:
TEST on Directions
�[?25lTraceback (most recent call last):
File "main.py", line 283, in
main(option)
File "main.py", line 94, in main
_, err_test = test(test_loader, model, criterion, stat_3d, procrustes=opt.procrustes)
File "main.py", line 228, in test
losses.update(loss.data[0], inputs.size(0))
IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim tensor to a Python number
The text was updated successfully, but these errors were encountered:
Running on Windows 10
Python Python 3.6.7
When trying to run the test with the given model from google drive and the dataset, I get the following error:
The text was updated successfully, but these errors were encountered: