Commit Graph

529 Commits (df50d0a5a3a6021298902ea20512a54b62bb566f)

Author SHA1 Message Date
cuicheng01 5a28bab6d0
add hgnetv2 (#2987) 2023-09-26 23:22:48 +08:00
Tingquan Gao fe12d63181
debug (#2934)
* debug: fix model name

* fix

* fix Infer.transforms.ResizeImage
2023-09-19 16:08:09 +08:00
zhenming lin 98935e0bb7
Add ML-Decoder Support (#2957)
* 添加ML-Decoder,并使其可以在Arch作用域下控制

* 添加MultiLabelAsymmetricLoss

* 添加MultiLabelMAP评价方式,并避免其在回合内计算,每回合计算一次,节约时间

* 添加COCO2017数据集格式转换脚本

* 添加OneCycleLR学习率调度策略

* 添加ResNet50_ml_decoder

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder preprocess

* 添加ResNet_ml_decoder

* 添加ResNet_ml_decoder

* 直接从model中拉class_num参数

* fix message error

* fix message error

* 给出基于inference model预测的文档

* 融合cutout使其具有随机生成填充值的能力

* 更正变量名称

* 更新configs

* 更新README

* fix bugs

* fix bugs

* update

* update

* update
2023-09-08 16:17:35 +08:00
zhangyubo0722 ed67436647
del head_init_scale (#2947) 2023-09-01 20:15:54 +08:00
Tingquan Gao eddba911b1
modify some default hyperparams to adapt to fine-tune downstream tasks (#2921)
1. unset EMA because of the relatively small size of most downstream dataset;
2. use mean and std of IMN.
2023-08-25 22:02:21 +08:00
Bobholamovic bda65e0c87 Remove ClasModels_general_quantization.yaml 2023-06-26 14:20:38 +08:00
Bobholamovic d6137854e2 Accommodate UAPI 2023-06-26 14:20:38 +08:00
gaotingquan 07b597f56e increase bs to avoid oom 2023-06-06 11:19:01 +08:00
gaotingquan caa6393cd4 set drop_last to False in train data 2023-06-06 11:19:01 +08:00
gaotingquan 09817fe859 complete amp args 2023-05-29 19:52:09 +08:00
gaotingquan b3f7e3b974 unify comments 2023-05-29 19:52:09 +08:00
gaotingquan 0f86c55576 add amp args, use_amp=False 2023-05-29 19:52:09 +08:00
gaotingquan 80ae9079cd add clip finetune config 2023-05-26 15:40:48 +08:00
gaotingquan 74e6c8aa33 add fp32 and ampo2 ultra configs 2023-05-25 16:57:16 +08:00
gaotingquan f469dfe8d2 decrease bs 2023-05-25 16:57:16 +08:00
gaotingquan 53ac4675ad warmup 5 epochs 2023-05-25 16:57:16 +08:00
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 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 a1fa19cd29 rename: v3 -> V3 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
Yang Nie c351dac67e add tinynet 2023-05-06 19:04:37 +08:00
Yang Nie 0af4680f86 set num_workers 8 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
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 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 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 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 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 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
zengshao0622 970773de4a fix cae numclass 2023-03-20 21:27:58 +08:00
zengshao0622 0adb827121 fix cae dataset 2023-03-14 15:56:21 +08:00
zengshao0622 2a454abe3d fix cae dataset 2023-03-14 15:56:21 +08:00
zengshao0622 d66010956d fix cae dataset 2023-03-14 15:56:21 +08:00
HydrogenSulfate bd9aee7d55 format MetaBIN_ResNet50_cross_domain.yaml and metabin.md 2023-02-28 15:01:21 +08:00