|
385 | 385 | (AdaBound, {'lr': 1e0, 'gamma': 0.1, 'weight_decay': 1e-3, 'adam_debias': True}, 35), |
386 | 386 | (AdamP, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 5), |
387 | 387 | (AdamS, {'lr': 2e1, 'weight_decay': 1e-3, 'adam_debias': True}, 5), |
388 | | - (DiffGrad, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 15), |
389 | | - (Lamb, {'lr': 5e-1, 'weight_decay': 1e-3, 'adam_debias': True}, 15), |
| 388 | + (DiffGrad, {'lr': 2e0, 'weight_decay': 1e-3, 'rectify': True, 'adam_debias': True}, 15), |
| 389 | + (Lamb, {'lr': 1e0, 'weight_decay': 1e-3, 'rectify': True, 'adam_debias': True}, 30), |
390 | 390 | (RAdam, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True}, 25), |
391 | 391 | (Ranger, {'lr': 5e0, 'weight_decay': 1e-3, 'adam_debias': True}, 50), |
392 | 392 | (Ranger21, {'lr': 1e0, 'weight_decay': 1e-3, 'adam_debias': True, 'num_iterations': 125}, 125), |
|
0 commit comments