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
44550d37
Commit
44550d37
authored
Jun 17, 2021
by
A. Unique TensorFlower
Browse files
Fix script name for DLRM model
PiperOrigin-RevId: 379909569
parent
85a48cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/recommendation/ranking/README.md
official/recommendation/ranking/README.md
+1
-1
No files found.
official/recommendation/ranking/README.md
View file @
44550d37
...
@@ -154,7 +154,7 @@ Training on GPUs are similar to TPU training. Only distribution strategy needs
...
@@ -154,7 +154,7 @@ Training on GPUs are similar to TPU training. Only distribution strategy needs
to be updated and number of GPUs provided (for 4 GPUs):
to be updated and number of GPUs provided (for 4 GPUs):
```
shell
```
shell
python3 official/recommendation/ranking/
m
ain.py
--mode
=
train_and_eval
\
python3 official/recommendation/ranking/
tr
ain.py
--mode
=
train_and_eval
\
--model_dir
=
${
BUCKET_NAME
}
/model_dirs/
${
EXPERIMENT_NAME
}
--params_override
=
"
--model_dir
=
${
BUCKET_NAME
}
/model_dirs/
${
EXPERIMENT_NAME
}
--params_override
=
"
runtime:
runtime:
distribution_strategy: 'mirrored'
distribution_strategy: 'mirrored'
...
...
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