Skip to content

Commit

Permalink
chore(config_template): adjust batch_sizes again (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored Apr 8, 2023
1 parent 824ecbd commit 46eb0c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"learning_rate": 0.0001,
"betas": [0.8, 0.99],
"eps": 1e-9,
"batch_size": 12,
"batch_size": 16,
"fp16_run": false,
"lr_decay": 0.999875,
"segment_size": 10240,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"learning_rate": 0.0001,
"betas": [0.8, 0.99],
"eps": 1e-9,
"batch_size": 18,
"batch_size": 16,
"fp16_run": false,
"lr_decay": 0.999875,
"segment_size": 10240,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"learning_rate": 0.0001,
"betas": [0.8, 0.99],
"eps": 1e-9,
"batch_size": 12,
"batch_size": 16,
"fp16_run": false,
"lr_decay": 0.999875,
"segment_size": 10240,
Expand Down

0 comments on commit 46eb0c1

Please sign in to comment.