We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
jist Comment on this line of code and the codes can run
Tensorflow版本更新,只需用FLAGS.flag_values_dict()替换FLAGS._parse_flags()
No branches or pull requests
The text was updated successfully, but these errors were encountered: