"tests/vscode:/vscode.git/clone" did not exist on "ff65c2d72b60b2b3598df6aacbc227e99f0b87b3"
Unverified Commit 642238de authored by Roger Iyengar's avatar Roger Iyengar Committed by GitHub
Browse files

Remove Duplicate Lines (#10356)

parent fe523034
...@@ -84,7 +84,6 @@ A local evaluation job can be run with the following command: ...@@ -84,7 +84,6 @@ A local evaluation job can be run with the following command:
PIPELINE_CONFIG_PATH={path to pipeline config file} PIPELINE_CONFIG_PATH={path to pipeline config file}
MODEL_DIR={path to model directory} MODEL_DIR={path to model directory}
CHECKPOINT_DIR=${MODEL_DIR} CHECKPOINT_DIR=${MODEL_DIR}
MODEL_DIR={path to model directory}
python object_detection/model_main_tf2.py \ python object_detection/model_main_tf2.py \
--pipeline_config_path=${PIPELINE_CONFIG_PATH} \ --pipeline_config_path=${PIPELINE_CONFIG_PATH} \
--model_dir=${MODEL_DIR} \ --model_dir=${MODEL_DIR} \
...@@ -152,7 +151,6 @@ launched using the following command: ...@@ -152,7 +151,6 @@ launched using the following command:
PIPELINE_CONFIG_PATH={path to pipeline config file} PIPELINE_CONFIG_PATH={path to pipeline config file}
MODEL_DIR={path to model directory} MODEL_DIR={path to model directory}
CHECKPOINT_DIR=${MODEL_DIR} CHECKPOINT_DIR=${MODEL_DIR}
MODEL_DIR={path to model directory}
python object_detection/model_main_tf2.py \ python object_detection/model_main_tf2.py \
--pipeline_config_path=${PIPELINE_CONFIG_PATH} \ --pipeline_config_path=${PIPELINE_CONFIG_PATH} \
--model_dir=${MODEL_DIR} \ --model_dir=${MODEL_DIR} \
......
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