Answers for "is there any way to reduce the number of training steps in tensorflow object detection api"

1

how to change number of steps in tensorflow object detection api

python model_main_tf2.py --pipeline_config_path=training/ssd_efficientdet_d0_512x512_coco17_tpu-8.config --num_train_steps=5000 --model_dir=training --alsologtostderr
Posted by: Guest on November-15-2020

Code answers related to "is there any way to reduce the number of training steps in tensorflow object detection api"

Python Answers by Framework

Browse Popular Code Answers by Language