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: flag_values_dict #1

Open
indukantdeo opened this issue May 4, 2018 · 2 comments
Open

AttributeError: flag_values_dict #1

indukantdeo opened this issue May 4, 2018 · 2 comments

Comments

@indukantdeo
Copy link

@loliverhennigh
while running the script for flow_test following error pops up:
Traceback (most recent call last):
File "flow_train.py", line 27, in
TRAIN_DIR = make_checkpoint_path(FLAGS.base_dir, FLAGS)
File "../utils/experiment_manager.py", line 12, in make_checkpoint_path
for k in FLAGS.flag_values_dict().keys():
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/flags.py", line 58, in getattr
raise AttributeError(name)
AttributeError: flag_values_dict

@loliverhennigh
Copy link
Owner

This was caused by an update to Tensorflow but I changed it should be working now.

@joshuamills98
Copy link

@loliverhennigh I believe they removed tf.app in TensorFlow 2

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