Skip to content

Commit

Permalink
Fix script name for DLRM model
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 379909569
  • Loading branch information
tensorflower-gardener committed Jun 17, 2021
1 parent 359a51b commit 66264b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official/recommendation/ranking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

```shell
python3 official/recommendation/ranking/main.py --mode=train_and_eval \
python3 official/recommendation/ranking/train.py --mode=train_and_eval \
--model_dir=${BUCKET_NAME}/model_dirs/${EXPERIMENT_NAME} --params_override="
runtime:
distribution_strategy: 'mirrored'
Expand Down

0 comments on commit 66264b2

Please sign in to comment.