gaotingquan
|
2c31e1884f
|
disable train benchmark
|
2023-04-11 16:52:37 +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
|
4bdafdb74d
|
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
|
28913d94c0
|
update test_tipc configs
|
2023-04-04 20:37:22 +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
|
05a49f1efa
|
Revert "update .gitignore"
This reverts commit b5a0a16120 .
|
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 |
Yang Nie
|
00a2863414
|
update .gitignore
|
2023-04-04 20:37:22 +08:00 |
Yang Nie
|
ccee5703a9
|
fix typo in test_tipc/docs/install.md
|
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
|
e4740c8408
|
add num_workers filed
|
2023-04-03 20:03:02 +08:00 |
gaotingquan
|
5c39dfa6ba
|
rename gvt.py -> twins.py & twins-svt -> twins-alt-gvt
|
2023-03-30 17:29:49 +08:00 |
gaotingquan
|
7415a859ab
|
set num_workers=24
|
2023-03-30 14:22:42 +08:00 |
gaotingquan
|
b2157559ab
|
add num_workers filed
|
2023-03-30 14:22:42 +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
|
dc2c8528ad
|
add to_static_train
|
2023-03-27 15:43:12 +08:00 |
yunyaoXYY
|
2833281675
|
improve kunlun readme
|
2023-03-23 14:03:51 +08:00 |
gaotingquan
|
ea06138102
|
set timeout duration to 10m when N4C32
|
2023-03-22 11:22:22 +08:00 |
yunyaoXYY
|
354c36d4c0
|
update sophgo
|
2023-03-21 14:35:34 +08:00 |
yunyaoXYY
|
60ec4bab2c
|
fix kunlunxin readme
|
2023-03-21 14:35:34 +08:00 |
yunyaoXYY
|
a5ec8cfd6f
|
rename kunlun to kunlunxin
|
2023-03-21 14:35:34 +08:00 |