1690 Commits

Author SHA1 Message Date
Yang Nie
400de7844f update RandAugmentV3 2023-04-06 15:33:30 +08:00
Yang Nie
5f2eaa7cb1 bugfix: set_epoch after reume 2023-04-06 15:33:30 +08:00
Yang Nie
ee40e1fc76 bugfix: make the epoch in MultiScaleSampler self-incrementing 2023-04-06 15:33:30 +08:00
Yang Nie
de4129baa6 update 2023-04-06 15:33:30 +08:00
Yang Nie
dc4fdba0ab add MobileViTv3 2023-04-06 15:33:30 +08:00
Yang Nie
df31d808fc bugfix: MixupOperator, CutmixOperator, FmixOperator 2023-04-06 15:33:30 +08:00
Yang Nie
cabdc251fe Speedup EMA 2023-04-06 15:33:30 +08:00
Yang Nie
541326eaf0 bugfix: DecodeImage 2023-04-06 15:33:30 +08:00
Yang Nie
beca8b2c1b add mobilenext
add cooldown config

update optimizer

fix ParamAttr & update  test_tipc

fix tipc

update tipc config

remove docs of `_make_divisible`

refactor the implementation of "no weight decay"

fix model name

remove cooldown config
2023-04-05 00:41:19 +08:00
Yang Nie
69f6094766 rename filenames 2023-04-04 20:37:22 +08:00
Yang Nie
e0daf82dc0 rename micronet_m(\d) to MicroNet_M(\d) 2023-04-04 20:37:22 +08:00
Yang Nie
8a578a083e remove the comma at the end 2023-04-04 20:37:22 +08:00
Yang Nie
4962f71289 remove ChannelShuffle2 2023-04-04 20:37:22 +08:00
Yang Nie
a881c7a7fa remove useless comments 2023-04-04 20:37:22 +08:00
Yang Nie
d76defdefc fix import bug 2023-04-04 20:37:22 +08:00
Yang Nie
03bd4e4419 add use_log_aspect for RandCropImage 2023-04-04 20:37:22 +08:00
Yang Nie
cc4333a3a8 add config for micronet_m[1/2/3] 2023-04-04 20:37:22 +08:00
Yang Nie
e262a5f64d add micronet 2023-04-04 20:37:22 +08:00
Yang Nie
3b8b39644f change the default interpolation of pil from NEAREST to BILINEAR (same to cv2 backend) 2023-04-04 20:37:22 +08:00
gaotingquan
6fdaf94a0d fix concat error when fp16 2023-04-04 19:49:00 +08:00
Yang Nie
1433161edd fix typo 2023-04-04 18:44:44 +08:00
Yang Nie
a2052232e6 add support for CvT_21_244, CvT_13_384, CvT_21_384 and CvT_W24_384 2023-04-04 18:44:44 +08:00
Yang Nie
7ed40fb9a7 rename filenames 2023-04-04 18:44:44 +08:00
Yang Nie
4cfd2159e5 rename cvt_{depth}_{size}x{size} to CvT_{depth}_{size} 2023-04-04 18:44:44 +08:00
Yang Nie
5c2a565572 update config yaml 2023-04-04 18:44:44 +08:00
Yang Nie
d7a1127559 add CvT 2023-04-04 18:44:44 +08:00
gaotingquan
5c39dfa6ba rename gvt.py -> twins.py & twins-svt -> twins-alt-gvt 2023-03-30 17:29:49 +08:00
gaotingquan
f37cb543b1 rm op black list in amp
the op flatten_contiguous_range and greater_than has supported amp mode since paddle 2.4
2023-03-29 14:57:02 +08:00
gaotingquan
a7ba6eabd2 optimizer must be decorated when training with AMPO2 2023-03-28 18:42:26 +08:00
gaotingquan
0b3b621a81 fix concat error when fp16 2023-03-21 14:23:09 +08:00
gaotingquan
4e988692dd fix concat error when fp16 2023-03-21 14:23:09 +08:00
zengshao0622
970773de4a fix cae numclass 2023-03-20 21:27:58 +08:00
Tingquan Gao
5d06a88a36 Revert "refactor: simplify engine"
This reverts commit 376d83d46e54a03e96477d707a9d6addb8fee756.
2023-03-14 16:47:13 +08:00
Tingquan Gao
6aabb94d8c Revert "refactor: add ClassModel to unify model forward interface"
This reverts commit 75a20ba5574340fa5742eba8e41aebe4de6c5eb8.
2023-03-14 16:47:13 +08:00
Tingquan Gao
e7e4f68b5c Revert "refactor: build_train_func & build_eval_func"
This reverts commit 6bed0f5707e58dc02d71d3ea335a55cd1a454264.
2023-03-14 16:47:13 +08:00
Tingquan Gao
6245b64cf9 Revert "refactor: rm irrelevant code"
This reverts commit efe0d45c99f2c90ab73cbad3a4318de8589651e1.
2023-03-14 16:47:13 +08:00
Tingquan Gao
f2fc43baeb Revert "refactor: mv all dataloaders to engine.dataloader_dict"
This reverts commit 284e2a67564d4b1f5f4a9c04c7c1ab0e8d3ada75.
2023-03-14 16:47:13 +08:00
Tingquan Gao
a1e840e0da Revert "refactor: iter_per_epoch -> max_iter"
This reverts commit a38e42f644fcba8b60a9672762211b6f7054b290.
2023-03-14 16:47:13 +08:00
Tingquan Gao
0efda2c75e Revert "refactor: simpfy engine.train()"
This reverts commit fad5c8e348f748f047508226c3c23335874ef9dc.
2023-03-14 16:47:13 +08:00
Tingquan Gao
5a4ee1aec4 Revert "refactor"
This reverts commit 0e28a39da3952d10efaba71b1329459bb4df9db2.
2023-03-14 16:47:13 +08:00
Tingquan Gao
502aead98b Revert "backbone_zoo -> backbone"
This reverts commit e4a3e1bb12d73c2ad9007dfe701385f54a85e894.
2023-03-14 16:47:13 +08:00
Tingquan Gao
f42719afbb Revert "replace the arg engine with config"
This reverts commit f525cea006c66b11e6fee69b2088d0adc08ca57f.
2023-03-14 16:47:13 +08:00
Tingquan Gao
7243f1429b Revert "rm codes for compatibility with old version"
This reverts commit 6e77bd6cd5f154d448b0c86e29ff1179b30f2755.
2023-03-14 16:47:13 +08:00
Tingquan Gao
56e8c5a992 Revert "mv model_saver to __init__()"
This reverts commit 0d7e595fc79dab16c96d8df75c428a0aa50050d1.
2023-03-14 16:47:13 +08:00
Tingquan Gao
f1a7a22a34 Revert "mv some attrs to __init__()"
This reverts commit 73e2cde617df2a13ffe647d1fceb5ab4ec967f8b.
2023-03-14 16:47:13 +08:00
Tingquan Gao
f91811dab9 Revert "use decorator to parse batch"
This reverts commit 97935164fe608435f00c317c141cea5ec4e34df2.
2023-03-14 16:47:13 +08:00
Tingquan Gao
339be96ef5 Revert "refactor"
This reverts commit 187f38ebdd63b0adae2abf72038dc4fb4fe4125c.
2023-03-14 16:47:13 +08:00
Tingquan Gao
915dde176a Revert "refactor: rm train and eval from engine"
This reverts commit 5a6fe171a7cfab842adc6a744f11a2e24deb5384.
2023-03-14 16:47:13 +08:00
Tingquan Gao
aa52682c55 Revert "rm amp code from train and eval & use decorator for amp training"
This reverts commit d3941dc1e9628fa7cc83de7c3a6da3dfcd03b5de.
2023-03-14 16:47:13 +08:00
Tingquan Gao
85e200edb6 Revert "refactor"
This reverts commit 32593b63751b922e17b59384ed64654e6fcef42d.
2023-03-14 16:47:13 +08:00