"test/git@developer.sourcefind.cn:change/sglang.git" did not exist on "cd7e1bd591175dd1b4fb0148696deb23185d7c48"
Commit 70cb8516 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

fix

parent 55db4add
......@@ -34,7 +34,6 @@ from object_detection import model_lib_v2
flags.DEFINE_string('pipeline_config_path', None, 'Path to pipeline config '
'file.')
flags.DEFINE_integer('num_train_steps', None, 'Number of train steps.')
flags.DEFINE_bool('use_tpu', False, 'Whether to use TPUs')
flags.DEFINE_bool('eval_on_train_data', False, 'Enable evaluating on train '
'data (only supported in distributed training).')
flags.DEFINE_integer('sample_1_of_n_eval_examples', None, 'Will sample one of '
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment