This commit is contained in:
Shen-Chenhui 2024-04-16 18:20:19 +08:00
parent dce4edfd44
commit ef18b2e6d8
2 changed files with 3 additions and 3 deletions

View file

@ -53,6 +53,4 @@ load = None
batch_size = 8
grad_clip = 1.0
lr = 1e-4
calc_loss = False
lr = 1e-4

View file

@ -80,3 +80,5 @@ load = None
batch_size = 4
lr = 1e-4
grad_clip = 1.0
calc_loss = False