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 d6684ea0934cfba0d00cbe516253a1046af2cef6..cc03bfa5da7df3c671e18bf6aa62450c63210601 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,