Skip to content

Commit 6e2ea32

Browse files
authored
Fix typo
Fix typo in comment.
1 parent 4a56eff commit 6e2ea32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: official/nlp/docs/train.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ trains a BERT-base model on GLUE/MNLI-matched which is a sentence prediction
4646
task.
4747

4848
```shell
49-
PARAMS=runtime.distribution_strategy=mirrored # Train no GPU
49+
PARAMS=runtime.distribution_strategy=mirrored # Train on GPU
5050
PARAMS=${PARAMS},task.train_data.input_path=/path-to-your-training-data/
5151

5252
python3 train.py \

0 commit comments

Comments
 (0)