Published
- 1 min read
how to change number of steps in tensorflow object detection api
The solution for this is noted below
how to change number of steps in tensorflow object detection api
Solution
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
Try other methods by searching on the site. That is if this doesn’t work