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
while excecuting python evaluate_video_ucf101_split1.py
File "evaluate_video_ucf101_split1.py", line 107, in
net.load_checkpoint(epoch=args.load_epoch)
File "../train/model.py", line 62, in load_checkpoint
assert os.path.exists(load_path), "Failed to load: {} (file not exist)".format(load_path)
AssertionError: Failed to load: ./../exps/<your_tesk_name>_ep-0000.pth (file not exist)
Kindly help
The text was updated successfully, but these errors were encountered:
while excecuting python evaluate_video_ucf101_split1.py
File "evaluate_video_ucf101_split1.py", line 107, in
net.load_checkpoint(epoch=args.load_epoch)
File "../train/model.py", line 62, in load_checkpoint
assert os.path.exists(load_path), "Failed to load: {} (file not exist)".format(load_path)
AssertionError: Failed to load: ./../exps/<your_tesk_name>_ep-0000.pth (file not exist)
Kindly help
The text was updated successfully, but these errors were encountered: