-
Notifications
You must be signed in to change notification settings - Fork 1.3k
KeyErrors when running pipeline test #358
Comments
I am facing the same problem , any solution for this ? |
Same here, after applying suggestions from #316 |
I am facing the same problem , any solution for this ? |
I met same problem, then I downgraded tensorflow 1.14.0 to1.12.0, it works |
Is there a fix for this aside from downgrading tensorflow? I am having the same issue. |
Any news on this issue ? |
I added the following lines of code:
Please check if it works for you? |
I'm getting this error: return self._flags()[name] Here is the code: def del_all_flags(FLAGS): del_all_flags(tf.flags.FLAGS) def main(unused_argv): train_and_eval_dict = model_lib.create_estimator_and_inputs( if FLAGS.checkpoint_dir:
if name == 'main': ANY HELP WOULD BE APPRECIATED! |
This occurred after performing the fixes in #68. Seems like default values of flags aren't getting set, somehow?
The text was updated successfully, but these errors were encountered: