Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 21, 2022
1 parent 713739d commit 379b462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 python -m src.train \
--early_stop_times "20" \
--warmup_steps "-1" \
--dev_data_ratio "0.01" \
--training_mode "normal" \
--training_mode "ddp" \
--amp true \
--freeze_embedding false
```
Expand Down
2 changes: 1 addition & 1 deletion command/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd .. && CUDA_VISIBLE_DEVICES=0,1,2,3 python -m src.train \
--early_stop_times "20" \
--warmup_steps "-1" \
--dev_data_ratio "0.01" \
--training_mode "normal" \
--training_mode "ddp" \
--amp true \
--freeze_embedding false

0 comments on commit 379b462

Please sign in to comment.