Commit Graph

149 Commits (d52c8bc4d450dd7617fc174e38c8544681e2a100)

Author SHA1 Message Date
gaotingquan a0f55cd45e feat: add doc and tipc config of pvtv2 2022-01-07 11:52:30 +08:00
sibo2rr cc8e3d1d1e remove tricks in models, add it in the models_training 2021-12-27 18:56:05 +08:00
sibo2rr ff5f983c7f fix error 2021-12-17 19:48:43 +08:00
sibo2rr c43ce2f6d5 fix images error 2021-12-17 19:16:19 +08:00
sibo2rr 222e70e527 read the doc 2021-12-16 20:56:56 +08:00
gaotingquan 45fc927f34
docs: resize pic 2021-12-16 09:21:36 +00:00
gaotingquan 53ec5f8e18
docs: update benchmark curve 2021-12-16 09:05:33 +00:00
sibo2rr 1c3452c8d3 add flops and params of ViT and DeiT 2021-12-15 18:14:23 +08:00
sibo2rr 2b0daeff7d add speed to vits 2021-12-15 18:14:23 +08:00
sibo2rr 56c5f7ced5 add mobile speed 2021-12-15 18:14:23 +08:00
sibo2rr a1ad2c8951 add speed in V100 and mobile 2021-12-15 18:14:23 +08:00
sibo2rr e46db6dd1b fix some missing space between characters, remove extra space 2021-11-26 19:28:16 +08:00
sibo2rr 45cdbcd4a9 modify menu of faq 2021-11-25 16:59:47 +08:00
sibo2rr f5b6015132 add menu and modify documentation 2021-11-25 15:40:40 +08:00
cuicheng01 e9b3cd3d03 fix PP-LCNet docs 2021-11-24 07:17:49 +00:00
cuicheng01 d868a63764 Add ESNet code and pretrained models 2021-11-11 06:00:32 +00:00
gaotingquan a56f40b9d8 docs: fix invalid link 2021-11-10 00:16:23 +08:00
gaotingquan f341efb22c docs: fix invalid link 2021-11-10 00:16:23 +08:00
cuicheng01 b956f84b34 polish docs 2021-11-02 10:08:43 +00:00
cuicheng01 217ab059a8 Update docs 2021-10-31 16:09:58 +00:00
cuicheng01 7fca8d9e82 Update PP-LCNet docs 2021-10-14 05:13:17 +00:00
cuicheng01 7b75bb9ab0 Update PP-LCNet docs 2021-10-14 05:06:16 +00:00
cuicheng01 233ad8ed24 Update PP-LCNet docs 2021-10-14 05:00:00 +00:00
cuicheng01 e3d71bf591 Update PP-LCNet docs 2021-10-14 04:52:31 +00:00
cuicheng01 af9b7e817a Update PP-LCNet docs 2021-10-14 04:21:38 +00:00
cuicheng01 626c4f1258 Update PPLCNet docs 2021-10-11 08:48:34 +00:00
cuicheng01 013fa14126 Update PP-LCNet doc 2021-10-11 08:43:53 +00:00
cuicheng01 13527930a2 Update PP-LCNet doc 2021-10-11 08:37:48 +00:00
cuicheng01 b6fad5e993 Update PPLCNet 2021-09-13 09:35:25 +00:00
cuicheng01 d470f34c64 Update code and docs 2021-09-13 03:18:37 +00:00
cuicheng01 80957fe2b7 Update LCNet docs 2021-09-08 08:15:37 +00:00
cuicheng01 81b833515c Add LCNet docs 2021-09-08 08:10:34 +00:00
gaotingquan 2f666cdfc9 fix: fix @ -> matmul 2021-07-27 04:10:10 +00:00
littletomatodonkey 98682410fa
add swin (#980)
* add swin transformer
2021-06-29 12:27:57 +08:00
root 6dd45118c9 fix some eval bugs 2021-06-12 01:08:42 +00:00
cuicheng01 e66c254991
Update LeViT.md 2021-06-11 20:57:09 +08:00
cuicheng01 f136ee1843
Merge branch 'develop_reg' into reg/add_twins_levit 2021-06-11 17:01:49 +08:00
cuicheng01 12a51474cc
Update LeViT.md 2021-06-11 16:58:09 +08:00
Tingquan Gao 78150d0c83
Fix 2021-06-11 14:55:55 +08:00
gaotingquan d3842699d1 Add the doc 2021-06-11 04:28:56 +00:00
jm12138 6b360783ed add the readme of models 2021-06-10 23:54:00 +08:00
Tingquan Gao e5f7529587
Add SwinTransformer (#721)
* Add SwinTransformer_large

* Add SwinTransformer

* Optimize user experience

* Add the doc of SwinTransformer

* Modify the format of the corner mark
2021-05-17 14:55:38 +08:00
dongshuilong ea63084670 add_mixnet_rexnet 2021-04-15 14:05:46 +08:00
Tingquan Gao d6fef1c7f4
Add the discription of RepVGG (#595) 2021-02-02 16:01:58 +08:00
jm12138 8cd779be4d
Add RepVGG models (#592)
* Add RepVGG models

* Update model code

* Rename code

* format code

* add README of RepVGG
2021-02-01 18:07:25 +08:00
jm12138 6d22322a4f
Update the Configs of ViT and DeiT models (#593)
* update configs of ViT and DeiT

* update readme of DeiT models

* update readme of DeiT models

* update readme of DeiT models

* update README of ViT models
2021-02-01 15:21:58 +08:00
Tingquan Gao 3a572f95f1
Add ViT and DeiT (#579)
* Update the discription about ViT and DeiT

* Fix the error file

* Unified data format
2021-01-27 16:53:21 +08:00
littletomatodonkey 91a75ff60b
Update models_intro.md 2021-01-12 11:14:01 +08:00
littletomatodonkey d56ccacb2a
Update models_intro.md 2020-12-18 10:47:56 +08:00
littletomatodonkey a463b0a2dc
fix model cnt (#469) 2020-12-14 16:00:04 +08:00
littletomatodonkey 46f8676580
Update models_intro.md 2020-12-12 11:56:36 +08:00
cuicheng01 a73573a346
Add se_hrnet_w64_c_ssld_pretrained (#452)
add se hrnet64_c
2020-12-06 17:52:34 +08:00
littletomatodonkey 96c078dafc
fix download link (#432)
* fix download link
2020-11-30 12:43:05 +08:00
littletomatodonkey 91785a45e1
fix dpn (#430)
* fix dpn

* fix se resnext101 metrics
2020-11-29 18:10:20 +08:00
cuicheng01 18840f1f88
Add GhostNet_x1_3_ssld_pretrained in dygraph branch. (#419)
add GhostNet_x1_3_ssld_pretrained
2020-11-24 10:14:02 +08:00
cuicheng01 00a0f7fb56
Add InceptionV3 documentation and indicators in dygraph branch. (#379)
* Update README.md

* Update README_cn.md

* Update update_history_en.md

* Update models_intro_en.md

* Update Inception_en.md

* Update Inception_en.md

* Update update_history.md

* Update models_intro.md

* Update Inception.md
2020-11-09 15:05:58 +08:00
littletomatodonkey 7ef474169d
polish api to Paddle2.0-rc (#346)
polish codes and docs to adapt Paddle2.0-rc
2020-10-30 00:20:48 +08:00
littletomatodonkey bd3a2f3264 add res2net vd ssld link 2020-10-21 09:25:28 +00:00
littletomatodonkey d4533682b5 fix res2net code and doc 2020-10-20 06:18:52 +00:00
littletomatodonkey 8dd9dd42ec polish dygraph doc and deploy 2020-10-19 05:05:34 +00:00
littletomatodonkey 740fd1156e add fix models 2020-06-04 11:41:05 +00:00
dyning 4bcb44348f
Update models_intro.md 2020-05-17 18:52:19 +08:00
littletomatodonkey 1569869d0a fix main page 2020-05-12 09:46:41 +00:00
littletomatodonkey 180f32e415 add fp16 pngs 2020-05-09 11:18:17 +00:00
littletomatodonkey 0e807423f4 fix bs 2020-05-09 09:01:18 +00:00
littletomatodonkey bce8ffbefc add T4 benchmark 2020-05-09 08:46:11 +00:00
littletomatodonkey b1fbea2e83 fix darknet53 link 2020-05-06 02:59:21 +00:00
littletomatodonkey cbd94d7258 fix mv3 and faq 2020-04-23 08:52:09 +00:00
cuicheng01 1ba86433b2
Update models_intro.md 2020-04-23 12:47:53 +08:00
cuicheng01 9b2af78465
Update models_intro.md 2020-04-23 12:46:31 +08:00
cuicheng01 5352ba66c3
Update Tricks.md 2020-04-22 19:26:08 +08:00
cuicheng01 d831499fe3
Update Tricks.md 2020-04-22 19:24:18 +08:00
dyning 138bf3e693
Update Tricks.md 2020-04-21 23:15:12 +08:00
dyning d7a59503ed
Update models_intro.md 2020-04-21 23:13:46 +08:00
dyning 691c846980
Update Tricks.md 2020-04-21 22:48:43 +08:00
dyning 7f86b03338
Merge pull request #58 from littletomatodonkey/fix_doc
update doc
2020-04-21 22:36:43 +08:00
dyning 7aef5d57fc
Update Tricks.md 2020-04-21 22:33:52 +08:00
dyning d93be02cb7
Update Tricks.md 2020-04-21 22:32:48 +08:00
littletomatodonkey 026ddb456d update doc 2020-04-21 14:32:17 +00:00
dyning 3d2e124f24
Merge pull request #47 from cuicheng01/master
add Trick.md
2020-04-19 21:45:17 +08:00
cuicheng01 6046e92e93
Update Tricks.md 2020-04-19 21:42:57 +08:00
cuicheng01 1974871d95
Update Tricks.md 2020-04-19 21:37:39 +08:00
cuicheng01 711bfbaa82
Update Tricks.md 2020-04-19 21:33:50 +08:00
cuicheng01 1ddcd9831b add Trick.md 2020-04-19 20:34:18 +08:00
littletomatodonkey 0b1fa2462b fix doc 2020-04-15 13:10:09 +00:00
littletomatodonkey 422c8c4091 add adds 2020-04-15 13:06:23 +00:00
littletomatodonkey f2aa991988 fix inception doc 2020-04-15 12:54:45 +00:00
littletomatodonkey 75fc80d544 fix dpn and effnet doc 2020-04-14 14:00:44 +00:00
littletomatodonkey 48df8e0aa7 add effnet doc 2020-04-14 13:36:02 +00:00
littletomatodonkey 4d3bd28b05 add model doc 2020-04-14 13:32:26 +00:00
littletomatodonkey 5a8ef832c6 update metrics 2020-04-14 06:40:54 +00:00
littletomatodonkey c6fc0c3a49 rename fp32->FP32 2020-04-13 16:28:15 +00:00
littletomatodonkey 0d4616287d batch ad figs 2020-04-13 15:54:13 +00:00
littletomatodonkey e166ab8ed0 add tables 2020-04-13 15:49:37 +00:00
littletomatodonkey 0bed4f4d03 add model list 2020-04-13 14:53:57 +00:00
littletomatodonkey 419defade4 fix table 2020-04-13 14:43:27 +00:00
WuHaobo 8b8659af2b Merge branch 'master' of https://github.com/PaddlePaddle/PaddleClas 2020-04-13 21:05:27 +08:00
WuHaobo d700a5f239 resolve conflicting 2020-04-13 01:10:37 +08:00
WuHaobo 8713b9a2e6 add logo 2020-04-12 15:15:43 +08:00