gaotingquan
|
c2802b90aa
|
increase bs, num_workers to speed up
|
2023-05-25 16:57:16 +08:00 |
gaotingquan
|
b2ba6994a0
|
add ultra configs
|
2023-05-25 16:57:16 +08:00 |
gaotingquan
|
14d06fb6bd
|
support AMP.use_amp arg
|
2023-05-25 16:16:02 +08:00 |
gaotingquan
|
b0877289f4
|
disable promote kernel for amp training
compatible with paddle 2.5 and older version.
ref: https://github.com/PaddlePaddle/PaddleClas/pull/2798
|
2023-05-25 11:58:05 +08:00 |
gaotingquan
|
162f013ebe
|
fix: minimize() dont support parameter_list of type dict
there are diffs that step()+update() and minimize().
this will be fixed in https://github.com/PaddlePaddle/Paddle/pull/53773.
|
2023-05-25 11:58:05 +08:00 |
gaotingquan
|
8b218b01ac
|
refactor amp auto_cast context manager & loss scaler
|
2023-05-25 11:58:05 +08:00 |
gaotingquan
|
f884f28853
|
refactor amp
|
2023-05-25 11:58:05 +08:00 |
gaotingquan
|
b3678234fe
|
fix bug when update_freq > iter_per_epoch
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
377950865c
|
getargspec -> getfullargspec
getargspec dont support param annotations
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
bb831c3baa
|
code style
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
a3e9e99fa0
|
revert: fix bs
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
f42d6b6204
|
fix name: w24 -> W24
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
07b9162bc0
|
fix pretrained url
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
a1fa19cd29
|
rename: v3 -> V3
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
2091a59ff5
|
fix reference url
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
890f77411a
|
fix bs and unset update_freq to adapt to 8 gpus
|
2023-05-17 15:19:13 +08:00 |
gaotingquan
|
fc9c59c4b1
|
update pretrained url
|
2023-05-17 15:19:13 +08:00 |
Yang Nie
|
b66ee6384b
|
fix RMSProp one_dim_param_no_weight_decay
|
2023-05-06 19:04:37 +08:00 |
Yang Nie
|
c351dac67e
|
add tinynet
|
2023-05-06 19:04:37 +08:00 |
zhangting2020
|
e7bef51f9e
|
fix data dtype for amp training
|
2023-04-26 18:40:20 +08:00 |
kangguangli
|
731006f1fc
|
set seed by configs
|
2023-04-25 17:39:55 +08:00 |
kangguangli
|
293a216a0b
|
fix random seed
|
2023-04-25 17:39:55 +08:00 |
zh-hike
|
d7bd275379
|
update foundation_vit from EVA_vit_huge to EVA_vit_giant
|
2023-04-23 10:16:08 +08:00 |
Yang Nie
|
0af4680f86
|
set num_workers 8
|
2023-04-19 21:21:06 +08:00 |
Yang Nie
|
cdd3c3a05c
|
clear type hint
|
2023-04-19 21:21:06 +08:00 |
Yang Nie
|
692204eee6
|
fix code style
|
2023-04-19 21:21:06 +08:00 |
Yang Nie
|
e7ad3909c8
|
update configs for 8gpus
|
2023-04-19 21:21:06 +08:00 |
Yang Nie
|
deb8e98779
|
rename v2 to V2
|
2023-04-19 21:21:06 +08:00 |
Yang Nie
|
be6a22be18
|
add MobileViTv2
|
2023-04-19 21:21:06 +08:00 |
gaotingquan
|
9f621279b8
|
fix infer output
|
2023-04-17 20:28:40 +08:00 |
gaotingquan
|
73f4d8e4ce
|
to avoid cause issues for unset no_weight_decay models.
there seems be a diff for optimizer about using [] and [{"params":}, {"params":}] params
|
2023-04-12 20:55:38 +08:00 |
gaotingquan
|
31ea33c884
|
revert the cutmix, mixup, fmix fixes
because this change(commit: df31d808fc ) will cause other issues, such as a change in the value of QA monitoring, so revert temporary.
|
2023-04-12 20:55:38 +08:00 |
parap1uie-s
|
52f16cc85d
|
Update engine.py
|
2023-04-11 19:23:57 +08:00 |
parap1uie-s
|
6e6586f59b
|
Fixed the incorrect infer outputs
|
2023-04-11 19:23:57 +08:00 |
Yang Nie
|
f36ffbc492
|
fix
|
2023-04-10 15:02:54 +08:00 |
Yang Nie
|
a69bc945bf
|
modified batch_size and update_freq & add more tipc_test configs
|
2023-04-06 15:33:30 +08:00 |
Yang Nie
|
e135e2cd37
|
modified batch_size and update_freq
modified batch_size per gpu and update_freq in MobileViTv3_S.yaml for training with 4 gpus
|
2023-04-06 15:33:30 +08:00 |
Yang Nie
|
b8a1589377
|
update data augment and init method for MobileViTv3-v2
|
2023-04-06 15:33:30 +08:00 |
Yang Nie
|
c32e2b098a
|
Revert "Speedup EMA"
This reverts commit 35fc732dadac4761852b18512b5c5df8785e36df.
|
2023-04-06 15:33:30 +08:00 |
Yang Nie
|
001cdb0955
|
update MobileViTv3-v2 configs
|
2023-04-06 15:33:30 +08:00 |
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 376d83d46e .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
6aabb94d8c
|
Revert "refactor: add ClassModel to unify model forward interface"
This reverts commit 75a20ba557 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
e7e4f68b5c
|
Revert "refactor: build_train_func & build_eval_func"
This reverts commit 6bed0f5707 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
6245b64cf9
|
Revert "refactor: rm irrelevant code"
This reverts commit efe0d45c99 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
f2fc43baeb
|
Revert "refactor: mv all dataloaders to engine.dataloader_dict"
This reverts commit 284e2a6756 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
a1e840e0da
|
Revert "refactor: iter_per_epoch -> max_iter"
This reverts commit a38e42f644 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
0efda2c75e
|
Revert "refactor: simpfy engine.train()"
This reverts commit fad5c8e348 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
5a4ee1aec4
|
Revert "refactor"
This reverts commit 0e28a39da3 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
502aead98b
|
Revert "backbone_zoo -> backbone"
This reverts commit e4a3e1bb12 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
f42719afbb
|
Revert "replace the arg engine with config"
This reverts commit f525cea006 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
7243f1429b
|
Revert "rm codes for compatibility with old version"
This reverts commit 6e77bd6cd5 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
56e8c5a992
|
Revert "mv model_saver to __init__()"
This reverts commit 0d7e595fc7 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
f1a7a22a34
|
Revert "mv some attrs to __init__()"
This reverts commit 73e2cde617 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
f91811dab9
|
Revert "use decorator to parse batch"
This reverts commit 97935164fe .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
339be96ef5
|
Revert "refactor"
This reverts commit 187f38ebdd .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
915dde176a
|
Revert "refactor: rm train and eval from engine"
This reverts commit 5a6fe171a7 .
|
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 d3941dc1e9 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
85e200edb6
|
Revert "refactor"
This reverts commit 32593b6375 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
0a38723196
|
Revert "add amp decorator and parse_batch decorator"
This reverts commit 4008588343 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
fd7ef078fe
|
Revert "add the amp decorator"
This reverts commit d3b7690f21 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
03795249c1
|
Revert "revert for running"
This reverts commit d3374e897e .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
7353b0735b
|
Revert "debug"
This reverts commit a41b201e39 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
8002ccf4b6
|
Revert "support ShiTu"
This reverts commit 9beb154bc3 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
7865207096
|
Revert "revert for running"
This reverts commit 392b75b1ac .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
7d41d24ce3
|
Revert "support Static"
This reverts commit c30df63035 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
b47fa5f50e
|
Revert "debug"
This reverts commit 58daf805a9 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
8adb5f4a32
|
Revert "debug for dali"
This reverts commit c641fb3c51 .
|
2023-03-14 16:47:13 +08:00 |
Tingquan Gao
|
578054dddd
|
Revert "debug for infer"
This reverts commit 428edb6ff8 .
|
2023-03-14 16:47:13 +08:00 |