Commit Graph

151 Commits (fe692cb84e40cbe2d68fd00e00b4ab1e2f8063c4)

Author SHA1 Message Date
Yang Nie c351dac67e add tinynet 2023-05-06 19:04:37 +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 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 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 b8a1589377 update data augment and init method for MobileViTv3-v2 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 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 e262a5f64d add micronet 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 4cfd2159e5 rename cvt_{depth}_{size}x{size} to CvT_{depth}_{size} 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 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 adb9930317 fix name 2023-02-28 14:28:23 +08:00
zengshao0622 5604a13fac fix name 2023-02-28 14:28:23 +08:00
dolcexu f24e1f9bcf cae config fix 2023-02-23 16:28:50 +08:00
gaotingquan 811b483e30 fix: set dtype in paddle.to_tensor() 2023-02-10 15:51:53 +08:00
zh-hike 23f5af9f2a add field vit to foundationvit's name 2023-02-07 17:38:50 +08:00
zh-hike e8bf35d1b4 fix foundationvit load fail 2023-02-07 10:46:25 +08:00
zhangyubo0722 83fc10cd0f modify uniformer link 2023-02-06 19:28:30 +08:00
zhangyubo0722 79cbd7350a Aesthetic 2023-02-01 10:43:11 +08:00
HydrogenSulfate 4fdcda7c60 fix bug in randaug, train_progressive and efficientnet_v2 2023-01-31 21:15:22 +08:00
HydrogenSulfate 7e12c73e0a polish progressive training code 2023-01-31 21:15:22 +08:00
HydrogenSulfate 8b8e0431ed fix AttrDict import path 2023-01-31 21:15:22 +08:00
HydrogenSulfate 3a8b56801d feat(model): add EfficientNetV2 code and fix AttrDict BUG 2023-01-31 21:15:22 +08:00
zhangyubo0722 54f7dd7484 watermark 2023-01-31 19:57:43 +08:00
zhangyubo0722 add3ea238c modify tipc 2023-01-20 14:08:06 +08:00
zhangyubo0722 9ba23527b4 add swinv2 2023-01-20 14:08:06 +08:00
zhangyubo0722 4786b2c96b add swinv2 2023-01-20 14:08:06 +08:00
zhangyubo0722 74de24f621 add swinv2 2023-01-20 14:08:06 +08:00
zhangyubo0722 a5a3b0f567 Delete unnecessary files 2023-01-20 14:08:06 +08:00
zhangyubo0722 272e75365b modify swinv2 2023-01-20 14:08:06 +08:00
zhangyubo0722 65e7a41a1d add docs 2023-01-20 14:08:06 +08:00
zengshao0622 5544dbaf8a add ViT model for foundation models forward 2023-01-19 17:42:45 +08:00
gaotingquan 81de331e00 rename to re_parameterize() for re-parameterization nets 2023-01-06 20:29:07 +08:00
zh-hike d8f049ae76 增加代码规范,删除无用空格 2023-01-04 13:42:00 +08:00
zh-hike c5a29dbaec 代码规范 2023-01-04 13:42:00 +08:00
zh-hike f073e97d22 增加cifar100参数yaml 2023-01-04 13:42:00 +08:00
zh-hike 009f347d64 修改空格等代码规范 2023-01-04 13:42:00 +08:00