Commit Graph

2034 Commits (d8a4203613aebd181934413f8348f341ee618c93)
 

Author SHA1 Message Date
gaotingquan d8a4203613 Fix printing prediction 2021-07-20 01:10:57 +08:00
gaotingquan a2376ee19e Add preprocess in HubServing 2021-07-20 01:10:57 +08:00
gaotingquan a378af3886 Fix params format 2021-07-20 01:10:57 +08:00
littletomatodonkey a9f35981e9
fix fp16 config for dyg (#1052) 2021-07-16 18:08:16 +08:00
littletomatodonkey a99de6a709
Add files via upload 2021-07-15 19:18:26 +08:00
littletomatodonkey 88ab1b6320
Delete wx_group.jpeg 2021-07-15 19:18:02 +08:00
littletomatodonkey 8ef05bf8f9
Delete wx_group.png 2021-07-15 19:17:36 +08:00
littletomatodonkey 0bc5b54d19
fix opt (#1048) 2021-07-15 15:19:41 +08:00
littletomatodonkey f7ab1c2dca
Update run_dali.sh 2021-07-15 11:19:38 +08:00
littletomatodonkey c2054df0e9
add r50 fp16 dyg (#1047) 2021-07-15 11:16:30 +08:00
littletomatodonkey 9d9cd3719e
add static training (#1037)
* add static training

* fix typo

* add se fp16

* rm note

* fix loader

* fix cfg
2021-07-15 10:30:07 +08:00
Walter 73004f78f5
add fp16 amp training and dali (#993)
* add dygraph amp train
2021-07-14 22:59:23 +08:00
Bin Lu 8598b46d2f
Merge pull request #1040 from Intsigstephon/develop
fix predict error in macOs(index.so)
2021-07-14 15:43:10 +08:00
littletomatodonkey 042c3515c6
fix mkldnn thread num (#1041) 2021-07-14 13:58:45 +08:00
Bin Lu 04f21a6241
Update README.md 2021-07-14 13:46:55 +08:00
Bin Lu d43f0d9b85
Update README.md 2021-07-14 13:46:31 +08:00
Bin Lu 285e41b66f
Update README.md 2021-07-13 18:01:42 +08:00
Bin Lu ad683e03f1
Update README.md 2021-07-13 18:01:13 +08:00
Bin Lu 39a7e8188a
Update README.md 2021-07-13 17:58:21 +08:00
Bin Lu a4dd132900
Update README.md 2021-07-13 17:56:46 +08:00
Bin Lu c179a355ed
Update README.md 2021-07-13 17:56:28 +08:00
Bin Lu 66f990b24d
Update README.md 2021-07-13 17:56:13 +08:00
Wei Shengyu 5cd7a05d68
Merge pull request #1034 from cuicheng01/develop
support load pretrain from url
2021-07-13 17:35:04 +08:00
cuicheng01 c965193f36 fix typo in cosmargin 2021-07-13 07:54:29 +00:00
cuicheng01 a0941fb44a Update MixCELoss configs 2021-07-13 06:54:11 +00:00
cuicheng01 592f5b10f5 support batch mix 2021-07-13 06:38:01 +00:00
littletomatodonkey 4af9f51088
fix windows training (#1038)
* fix windows training

* fix typo
2021-07-13 13:57:24 +08:00
cuicheng01 db46dbd8fe Update save_load.py 2021-07-12 10:35:53 +00:00
cuicheng01 0c63f64bec Update trainer.py 2021-07-12 08:06:05 +00:00
cuicheng01 e8c72d36a4 Merge branch 'develop' of https://github.com/cuicheng01/PaddleClas into develop 2021-07-12 08:02:42 +00:00
cuicheng01 1837078b80
Merge pull request #1033 from cuicheng01/develop
Add config_description.md
2021-07-12 15:56:54 +08:00
cuicheng01 f7329ddf74 support load pretrain from url 2021-07-12 07:45:44 +00:00
cuicheng01 c529ebb8ae
Update config_description.md 2021-07-12 15:24:11 +08:00
cuicheng01 c1f4e46347 config_description.md 2021-07-12 07:03:22 +00:00
Walter a9039f9a29
Merge pull request #1030 from cuicheng01/develop
Add MixNet and ReXNet configs
2021-07-12 14:07:52 +08:00
cuicheng01 dbc24e59e0 Update vector_search/README.md 2021-07-12 03:56:19 +00:00
cuicheng01 3c9086c270 Update levit.py 2021-07-12 03:49:37 +00:00
cuicheng01 68d5bb0341 Add MixNet and ReXNet configs 2021-07-09 06:20:41 +00:00
cuicheng01 18c94d0e0e
Merge pull request #1025 from cuicheng01/develop
Add faq_2021_s2.md
2021-07-08 22:33:48 +08:00
cuicheng01 2d049aea48 Update faq_2021_s2.md 2021-07-08 12:25:33 +00:00
cuicheng01 6c808628f0 Update faq_2021_s2.md 2021-07-08 12:17:08 +00:00
cuicheng01 258ed018aa Update faq_2021_s2.md 2021-07-08 12:15:37 +00:00
cuicheng01 455960f36a Merge branch 'develop' of https://github.com/cuicheng01/PaddleClas into develop 2021-07-08 12:11:03 +00:00
cuicheng01 6320c9b518 Update faq_2021_s2.md 2021-07-08 12:09:17 +00:00
cuicheng01 aed9ce7532
Delete ImageNet_models.md 2021-07-08 15:34:18 +08:00
Walter 65e72a0140
Merge pull request #1022 from cuicheng01/develop
Update ImageNet_models_en.md
2021-07-08 14:55:15 +08:00
cuicheng01 02c61b885c Add faq_2021_s2.md 2021-07-08 06:52:58 +00:00
Wei Shengyu 055d4b071e
Merge pull request #1016 from Intsigstephon/fixbug_bs_1
support batch feature generation in build_gallery.py
2021-07-08 11:22:57 +08:00
Wei Shengyu de41fc47c1
Merge pull request #1017 from weisy11/develop
decorate "open" with "with"
2021-07-08 11:22:39 +08:00
cuicheng01 e4d832ddc8 Merge branch 'develop' of https://github.com/cuicheng01/PaddleClas into develop 2021-07-07 11:51:15 +00:00