Commit c88b9fb0 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

add side inputs

parent ff2bf0b0
...@@ -921,7 +921,7 @@ def eval_continuously( ...@@ -921,7 +921,7 @@ def eval_continuously(
for eval_name, eval_input in eval_inputs: for eval_name, eval_input in eval_inputs:
summary_writer = tf.compat.v2.summary.create_file_writer( summary_writer = tf.compat.v2.summary.create_file_writer(
model_dir + '/eval' + eval_name) os.path.join(model_dir, 'eval', eval_name))
with summary_writer.as_default(): with summary_writer.as_default():
eager_eval_loop( eager_eval_loop(
detection_model, detection_model,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment