gaotingquan
|
b2dc1788ea
|
fix python3.7 -> python3.10
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
0de2f6e989
|
rm fp32
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
6262bc5247
|
add the r50 w/o dali, nhwc
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
0368acac64
|
rm the useless bs config
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
3bf37e9c33
|
add r50(bs256) w/o dali
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
8a52343ff4
|
add r50 nhwc
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
3873ae07bc
|
rename: ResNet50 -> ResNet50_NHWC_dali
|
2023-05-10 21:09:49 +08:00 |
gaotingquan
|
2808fb702f
|
add r50 AMPO2 ultra
|
2023-05-10 21:09:49 +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 |
duanyanhui
|
f8fdc5fd98
|
update npu inference api
|
2023-05-05 17:29:53 +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
|
ee36c40dd3
|
modify flags
|
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
|
f6ac4a6187
|
fix typo
|
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 |
gaotingquan
|
57504f2648
|
disable train benchmark
|
2023-04-11 16:52:37 +08:00 |
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 |