From a28a5b49c2aa89c106970a70b8a89af666522d5f Mon Sep 17 00:00:00 2001 From: jiangxing001 <1484736931@qq.com> Date: Tue, 9 May 2023 08:27:52 +0000 Subject: [PATCH] update TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/distributed_executer.py. Signed-off-by: jiangxing001 <1484736931@qq.com> --- .../MaskRcnn_ID0011_for_TensorFlow/distributed_executer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/distributed_executer.py b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/distributed_executer.py index d6684ea09..cc03bfa5d 100644 --- a/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/distributed_executer.py +++ b/TensorFlow/built-in/cv/detection/MaskRcnn_ID0011_for_TensorFlow/distributed_executer.py @@ -429,7 +429,7 @@ class MultiWorkerExecuter(DistributedExecuter): model_dir=self._flags.model_dir, precision_mode="allow_mix_precision", log_step_count_steps=100, - iterations_per_loop=1000, + iterations_per_loop=1, tf_random_seed=0, save_summary_steps=1e9, save_checkpoints_steps=90000, -- Gitee