Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net.load_checkpoint(epoch=args.load_epoch) fails? #2

Open
chowkamlee81 opened this issue Sep 18, 2018 · 2 comments
Open

net.load_checkpoint(epoch=args.load_epoch) fails? #2

chowkamlee81 opened this issue Sep 18, 2018 · 2 comments

Comments

@chowkamlee81
Copy link

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

@zwy1996
Copy link

zwy1996 commented Dec 20, 2018

Have you solved this problem?I have met this same problem. Thanks!

@NEUdeep
Copy link

NEUdeep commented Jun 26, 2019

作者开源的测试代码不正确,比如,load_epoch在定义args的时候是 --load-epoch这样的写法失误,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants