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

NameError: name 'obj' is not defined #9

Closed
Mazin-Hnewa opened this issue Aug 12, 2019 · 1 comment
Closed

NameError: name 'obj' is not defined #9

Mazin-Hnewa opened this issue Aug 12, 2019 · 1 comment

Comments

@Mazin-Hnewa
Copy link

When I want to test your model with your test data set (Real_Internet, real_test_1000), I get this error:
2019-08-11 21:25:44,906 - INFO - set log dir as ./logdir
2019-08-11 21:25:44,906 - INFO - set model dir as ./model
Traceback (most recent call last):
File "main.py", line 297, in
run_test(args.model)
File "main.py", line 251, in run_test
sess.load_checkpoints(ckp_name,'test')
File "main.py", line 121, in load_checkpoints
self.step = obj['clock']
NameError: name 'obj' is not defined

Could you please tell me how can I solve this problem

@stevewongv
Copy link
Owner

I have fixed this, please re-download the code. Thank you!

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

2 participants