Skip to content

Instantly share code, notes, and snippets.

@KostaMalsev
Created January 9, 2021 18:13
Show Gist options
  • Save KostaMalsev/5855f87283ffe4a69bdde1ef066a16bf to your computer and use it in GitHub Desktop.
Save KostaMalsev/5855f87283ffe4a69bdde1ef066a16bf to your computer and use it in GitHub Desktop.
!python /content/models/research/object_detection/model_main_tf2.py \
--pipeline_config_path={pipeline_file} \
--model_dir={model_dir} \
--alsologtostderr \
--num_train_steps={num_steps} \
--sample_1_of_n_eval_examples=1 \
--num_eval_steps={num_eval_steps}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment