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 #181

Open
ghost opened this issue May 29, 2019 · 3 comments
Open

AttributeError: _parse_flags #181

ghost opened this issue May 29, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented May 29, 2019

python3 ./eval.py --eval_train --checkpoint_dir="./runs/1459637919/checkpoints/"
Traceback (most recent call last):
  File "./eval.py", line 31, in <module>
    FLAGS._parse_flags()
  File "/home/raffaele/.local/lib/python3.7/site-packages/tensorflow/python/platform/flags.py", line 85, in __getattr__
    return wrapped.__getattr__(name)
  File "/home/raffaele/.local/lib/python3.7/site-packages/absl/flags/_flagvalues.py", line 473, in __getattr__
    raise AttributeError(name)
AttributeError: _parse_flags
@x931890193
Copy link

me too

@WillAlex2017
Copy link

jist Comment on this line of code and the codes can run

@kailongzhao
Copy link

Tensorflow版本更新,只需用FLAGS.flag_values_dict()替换FLAGS._parse_flags()

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