You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: