"scripts/git@developer.sourcefind.cn:change/sglang.git" did not exist on "d0cff78f5473825461035921799ac0b6a4af558d"
Unverified Commit cc5a7980 authored by kmindspark's avatar kmindspark Committed by GitHub
Browse files

revert properly (#8751)

parent e569c04c
......@@ -911,7 +911,7 @@ def eval_continuously(
for eval_name, eval_input in eval_inputs:
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():
eager_eval_loop(
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