File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def setup(
4646 train : TrainArgs = TrainArgs (
4747 save_interval = 1000 ,
4848 log_interval = 1 ,
49- global_batch_size = 128 ,
50- micro_batch_size = 4 ,
49+ global_batch_size = 16 ,
50+ micro_batch_size = 1 ,
5151 lr_warmup_steps = 100 ,
5252 epochs = 5 ,
5353 learning_rate = 1e-3 ,
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def setup(
4646 train : TrainArgs = TrainArgs (
4747 save_interval = 1000 ,
4848 log_interval = 1 ,
49- global_batch_size = 128 ,
50- micro_batch_size = 4 ,
49+ global_batch_size = 16 ,
50+ micro_batch_size = 1 ,
5151 lr_warmup_steps = 100 ,
5252 epochs = 5 ,
5353 learning_rate = 1e-3 ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def setup(
4444 train : TrainArgs = TrainArgs (
4545 save_interval = 1000 ,
4646 log_interval = 1 ,
47- global_batch_size = 64 ,
47+ global_batch_size = 16 ,
4848 micro_batch_size = 1 ,
4949 lr_warmup_steps = 100 ,
5050 epochs = 5 ,
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ def setup(
5656 train : TrainArgs = TrainArgs (
5757 save_interval = 1000 ,
5858 log_interval = 1 ,
59- global_batch_size = 128 ,
60- micro_batch_size = 4 ,
59+ global_batch_size = 16 ,
60+ micro_batch_size = 1 ,
6161 lr_warmup_steps = 100 ,
6262 epochs = 5 ,
6363 learning_rate = 3e-4 ,
You can’t perform that action at this time.
0 commit comments