Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
642238de
"tests/vscode:/vscode.git/clone" did not exist on "ff65c2d72b60b2b3598df6aacbc227e99f0b87b3"
Unverified
Commit
642238de
authored
Dec 11, 2021
by
Roger Iyengar
Committed by
GitHub
Dec 10, 2021
Browse files
Remove Duplicate Lines (#10356)
parent
fe523034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
research/object_detection/g3doc/tf2_training_and_evaluation.md
...rch/object_detection/g3doc/tf2_training_and_evaluation.md
+0
-2
No files found.
research/object_detection/g3doc/tf2_training_and_evaluation.md
View file @
642238de
...
@@ -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
}
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment