We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dee3b8 + bca18d0 commit 0b87b8bCopy full SHA for 0b87b8b
official/nlp/bert/README.md
@@ -239,7 +239,7 @@ python run_classifier.py \
239
--learning_rate=2e-5 \
240
--num_train_epochs=3 \
241
--model_dir=${MODEL_DIR} \
242
- --distribution_strategy=mirror
+ --distribution_strategy=mirrored
243
```
244
245
To use TPU, you only need to switch distribution strategy type to `tpu` with TPU
@@ -295,7 +295,7 @@ python run_squad.py \
295
--learning_rate=8e-5 \
296
--num_train_epochs=2 \
297
298
299
300
301
To use TPU, you need switch distribution strategy type to `tpu` with TPU
0 commit comments