Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jctian98 committed Aug 9, 2024
1 parent a410681 commit 7e5f289
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions egs2/librispeech_100/asr1/conf/deepspeed_zero2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"train_batch_size": 32,
"train_micro_batch_size_per_gpu": 1,
"gradient_accumulation_steps": 1,
"gradient_clipping": 1.0,
"bf16": {
Expand All @@ -13,14 +13,6 @@
"reduce_bucket_size": 5e8,
"allgather_bucket_size": 5e8
},
"zero_optimization": {
"stage": 2,
"contiguous_gradients": true,
"overlap_comm": true,
"reduce_scatter": true,
"reduce_bucket_size": 5e8,
"allgather_bucket_size": 5e8
},
"optimizer": {
"type": "Adam",
"params": {
Expand Down

0 comments on commit 7e5f289

Please sign in to comment.