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
In test_i3d.py, in run() function: Why do we have the statement i3d.load_state_dict(torch.load('weights/rgb_imagenet.pt')). It seems redundant since it is later overwritten completely by i3d.load_state_dict(torch.load(weights)). Please correct me if I am wrong.
Thanks.
The text was updated successfully, but these errors were encountered:
In
test_i3d.py
, inrun()
function: Why do we have the statementi3d.load_state_dict(torch.load('weights/rgb_imagenet.pt'))
. It seems redundant since it is later overwritten completely byi3d.load_state_dict(torch.load(weights))
. Please correct me if I am wrong.Thanks.
The text was updated successfully, but these errors were encountered: