This commit is contained in:
Yuyao Huang (Sam)
2025-10-27 15:34:39 +08:00
commit cd81214784
11 changed files with 770 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
adam:
type: Adam
params:
learning_rate(lr): 0.001
betas: [0.9, 0.999]
weight_decay(wd): 0.0001