Unverified Commit bca18d0b authored by Artit 'Art' Wangperawong's avatar Artit 'Art' Wangperawong Committed by GitHub
Browse files

fix distribution strategy

parent 01a51ee2
......@@ -239,7 +239,7 @@ python run_classifier.py \
--learning_rate=2e-5 \
--num_train_epochs=3 \
--model_dir=${MODEL_DIR} \
--distribution_strategy=mirror
--distribution_strategy=mirrored
```
To use TPU, you only need to switch distribution strategy type to `tpu` with TPU
......@@ -295,7 +295,7 @@ python run_squad.py \
--learning_rate=8e-5 \
--num_train_epochs=2 \
--model_dir=${MODEL_DIR} \
--distribution_strategy=mirror
--distribution_strategy=mirrored
```
To use TPU, you need switch distribution strategy type to `tpu` with TPU
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment