typo
This commit is contained in:
parent
a17ddb691f
commit
5181c4cd87
2
train.py
2
train.py
@ -262,7 +262,7 @@ if __name__ == "__main__":
|
|||||||
"learning_rate": LEARNING_RATE,
|
"learning_rate": LEARNING_RATE,
|
||||||
"seed": SEED,
|
"seed": SEED,
|
||||||
"micro_batch_size": MICRO_BATCH_SIZE,
|
"micro_batch_size": MICRO_BATCH_SIZE,
|
||||||
"global_batch_size": LOCAL_BATCH_SIZE * args.dp_size,
|
"global_batch_size": LOCAL_BATCH_SIZE * args.dp_size * grad_acc,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user