PaddleClas/ppcls
Tingquan Gao f91bc7ba0b
perf: add parameter validation (#1249)
When using warm up, the total epoch num must be greater than warm up epoch num. Otherwise,
there will be raising warning and warm up epoch num will be set to total epoch num.
2021-09-22 14:35:37 +08:00
..
arch Merge pull request #1243 from RainFrost1/arcmargin 2021-09-17 18:56:03 +08:00
configs fix: fix swin training config 2021-09-18 12:44:51 +08:00
data fix: fix augmentation 2021-09-17 11:00:00 +00:00
engine Merge pull request #1174 from TingquanGao/dev/add_adamw 2021-09-17 18:53:18 +08:00
loss fix mix training for static program (#1234) 2021-09-15 14:36:11 +08:00
metric Update __init__.py 2021-08-23 19:45:44 +08:00
optimizer perf: add parameter validation (#1249) 2021-09-22 14:35:37 +08:00
static fix mix training for static program (#1234) 2021-09-15 14:36:11 +08:00
utils rm unused static code (#1095) 2021-07-29 13:38:19 +08:00
__init__.py