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

AttributeError: _parse_flags on running eval.py #170

Open
sierra1bravo opened this issue Jan 7, 2019 · 2 comments
Open

AttributeError: _parse_flags on running eval.py #170

sierra1bravo opened this issue Jan 7, 2019 · 2 comments

Comments

@sierra1bravo
Copy link

I'm using python 2.7. I finished the training process without error. On running eval.py, I'm getting the following error:

$ ./eval.py --eval_train --checkpoint_dir="./runs/1546858759/checkpoints/"

Traceback (most recent call last):
File "./eval.py", line 31, in
FLAGS._parse_flags()
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/flags.py", line 85, in getattr
return wrapped.getattr(name)
File "/usr/local/lib/python2.7/dist-packages/absl/flags/_flagvalues.py", line 472, in getattr
raise AttributeError(name)
AttributeError: _parse_flags

Any information would be appreciated. Thanks in advance!

@modway
Copy link

modway commented Apr 7, 2019

I am getting the same problem as you!

@BinHeRunning
Copy link

your problem has been solved in #158 @sierra1bravo @modway

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