Commit Graph

1356 Commits (release/2.5)

Author SHA1 Message Date
littletomatodonkey 20cdde17f2 fix reader 2020-09-15 18:35:48 +00:00
littletomatodonkey 634951f039 fix loss 2020-09-15 18:33:49 +00:00
littletomatodonkey b8a7d186d7 fix optimizer and regularizer 2020-09-15 09:43:19 +00:00
littletomatodonkey 94a8f50ae7 fix effnet and darknet 2020-09-14 07:15:53 +00:00
littletomatodonkey 7bcdf7adc8 fix xception 2020-09-13 17:21:05 +00:00
littletomatodonkey 9ecc07df10 fix squeezenet, vgg and shufflenet 2020-09-13 17:11:10 +00:00
littletomatodonkey 251e47c170 fix resnext_wsl 2020-09-13 16:25:04 +00:00
littletomatodonkey 43a89a9520 fix resnet series 2020-09-13 13:48:26 +00:00
littletomatodonkey 52844f6f55 fix resnest 2020-09-13 12:12:04 +00:00
littletomatodonkey 6b7b4a7f7a batch fix pool2d 2020-09-13 11:56:30 +00:00
littletomatodonkey a0ed3fefc9 fix res2net 2020-09-13 11:28:26 +00:00
littletomatodonkey 1921935e75 fix xception_deeplab 2020-09-13 11:11:14 +00:00
littletomatodonkey 0e1789d4c9 fix mv2 and mv3 2020-09-13 10:59:47 +00:00
littletomatodonkey 515c9c996b fix mv1 2020-09-13 10:36:57 +00:00
littletomatodonkey de4ebabfc8 remove unused files 2020-09-13 10:32:47 +00:00
littletomatodonkey 03bbd585c2 fix hrnet 2020-09-13 10:12:31 +00:00
littletomatodonkey 2bdf8a9b05 fix hrnet 2020-09-13 10:00:49 +00:00
littletomatodonkey edd7382dd3 fix googlenet 2020-09-13 09:21:20 +00:00
littletomatodonkey 8200c7ba18 fix dpn 2020-09-13 09:00:43 +00:00
littletomatodonkey a6f1cdbf41 fix distillation model 2020-09-13 08:50:39 +00:00
littletomatodonkey 0ab81b37af fix densenet 2020-09-13 08:43:16 +00:00
littletomatodonkey 3962b3853a fix alexnet 2020-09-13 08:25:22 +00:00
littletomatodonkey 7ed80c5232 fix program 2020-09-13 07:09:43 +00:00
littletomatodonkey ba6a4f95cb fix resnet 2020-09-13 06:39:30 +00:00
littletomatodonkey a52efec34e fix train.py 2020-09-13 06:18:20 +00:00
littletomatodonkey 093818a947 fix resnet api 2020-09-13 03:34:51 +00:00
littletomatodonkey bbb2c8fc1e add resnest dygraph 2020-09-08 13:56:01 +00:00
littletomatodonkey a43aac3250 fix optimizer 2020-09-03 08:39:14 +00:00
littletomatodonkey b17fbac3dd fix distillation load 2020-09-03 03:24:22 +00:00
littletomatodonkey 927a78872a fix distillation load 2020-09-03 03:22:39 +00:00
littletomatodonkey 4f5e494a24 remove unused files 2020-09-02 16:17:15 +00:00
littletomatodonkey 7a4b2b1f85 fix layer helper 2020-09-02 16:15:13 +00:00
littletomatodonkey 32dc1c1c0d improve dygraph model 2020-09-02 15:15:49 +00:00
littletomatodonkey 0a3825c5ea support warmup for cosine and expo decay 2020-08-30 14:34:39 +00:00
littletomatodonkey 7a962bb8a3 fix version check 2020-08-30 06:23:40 +00:00
littletomatodonkey 6cae5aafa1 add more distillation models 2020-08-29 03:49:27 +00:00
littletomatodonkey 5a15c16581 add dygrapgh load and static load 2020-08-28 09:43:27 +00:00
littletomatodonkey 87b33f2981 fix typo 2020-08-04 08:07:16 +00:00
littletomatodonkey fc8c813b81 fix resnet-vd typo 2020-08-04 02:12:19 +00:00
cuicheng01 fb0d3bf416
fix bug of resolution
fix bug of resolution
2020-08-03 14:49:20 +08:00
cuicheng01 8ad0665c78
fix bug of resolution
fix bug of resolution
2020-08-03 14:48:13 +08:00
cuicheng01 de74ea6094
fix bug of resolution
fix  bug of resolution
2020-08-03 14:46:12 +08:00
cuicheng01 d74f4b4472
fix r50vd bug of resolution
fix r50vd bug of resolution
2020-08-03 14:44:34 +08:00
cuicheng01 7f80e25c9d add mobilenet, resnet and senet series dymodels 2020-07-31 14:46:17 +08:00
wqz960 b06bd21e94 modify eval and vgg 2020-07-20 06:34:51 +00:00
littletomatodonkey 5d3fe63f6f
Merge pull request #185 from littletomatodonkey/dyg_ls
Add label smooth support for dygraph
2020-06-29 15:58:01 +08:00
littletomatodonkey 4338730eb4 add ls training for dygraph 2020-06-29 06:23:13 +00:00
littletomatodonkey 6a0dce8aff support label smooth for dyg 2020-06-29 06:09:09 +00:00
wqz960 a4ee2f2cdf fix format 2020-06-29 04:02:41 +00:00
wqz960 f85ced3627 fix 2020-06-28 13:01:08 +00:00
wqz960 0dfe15d234 add Inception, ResNeXt101_wsl, EfficientNet and other models 2020-06-28 12:02:06 +00:00
littletomatodonkey b857342a3c remove unused import 2020-06-26 04:42:03 +00:00
littletomatodonkey 34edfa055a add dpn, densenet and hrnet dygraph model 2020-06-25 19:05:01 +00:00
dyning 3b93ffa027
Merge pull request #167 from WuHaobo/dynamic
Polish Dynamic Graph
2020-06-22 18:10:52 +08:00
dyning 4691e9e4e3 add correct infer 2020-06-15 11:22:56 +08:00
WuHaobo 0d3e2818d2 add misc 2020-06-13 11:35:58 +08:00
WuHaobo f5fd4f1fd4 add save and load 2020-06-12 10:55:05 +08:00
WuHaobo f1c0a59f0d Merge branch 'dynamic' of https://github.com/WuHaobo/PaddleClas into dynamic 2020-06-09 08:25:39 +08:00
WuHaobo 9adf575c28 add resnet 2020-06-09 08:24:03 +08:00
WuHaobo 5588734626
Merge branch 'dygraph' into dynamic 2020-06-09 08:19:20 +08:00
WuHaobo 166c3a88fe dygraph architectures 2020-06-08 12:18:31 +08:00
WuHaobo ed2f71ca68 dygraph optimizer 2020-06-07 15:39:26 +08:00
littletomatodonkey c161c9c8fc
Merge pull request #143 from littletomatodonkey/add_model_fix
Add ResNet50_vd_ssld_v2(83.0%) and Fix_ResNet50_vd_ssld_v2(84.0%)
2020-06-04 19:46:02 +08:00
littletomatodonkey 740fd1156e add fix models 2020-06-04 11:41:05 +00:00
shippingwang fdc40d1e3d fix 2020-06-04 07:14:48 +00:00
shippingwang bb622b24ed fix bugs 2020-06-04 04:07:38 +00:00
root 04e9720b6d Merge branch 'master' of https://github.com/PaddlePaddle/PaddleClas into add_efficientnet 2020-06-03 13:56:56 +00:00
root dea8eabb45 fix 2020-06-03 13:27:12 +00:00
shippingwang dcd0acba5e add visualdl doc 2020-06-02 12:59:30 +00:00
shippingwang cf40ed6f1f fixed 2020-05-29 13:52:43 +00:00
shippingwang 62772c111b add visualdl 2020-05-29 09:06:35 +00:00
littletomatodonkey f0dbf9b34d fix one hot problem 2020-05-25 15:15:23 +00:00
littletomatodonkey 81c9a6d3ea
Merge pull request #117 from littletomatodonkey/cspnet
Add CSPResNet
2020-05-18 10:52:28 +08:00
littletomatodonkey d137720b94 fix download to support pdparams 2020-05-18 02:50:52 +00:00
littletomatodonkey e0f3139258 fix init 2020-05-18 02:08:31 +00:00
WuHaobo d51e20ad7c
Merge branch 'master' into support_1.8 2020-05-18 09:54:35 +08:00
WuHaobo 3ecefa486a refine reader to support paddle1.8 API and fix the code style 2020-05-18 09:51:17 +08:00
WuHaobo 4270c4236a
Merge branch 'master' into master 2020-05-17 16:44:40 +08:00
WuHaobo aab12b17ff fix conflict 2020-05-16 10:53:23 +08:00
WuHaobo daadf036be fix efficientnet.py to support for paddle1.8 2020-05-16 10:40:48 +08:00
WuHaobo 16bf7fc7f1 support for paddle1.8 2020-05-15 11:51:25 +08:00
littletomatodonkey 9ecd3834a7 add mish interface for cspnet 2020-05-15 03:11:27 +00:00
WuHaobo a55f826683 support for paddle1.8 2020-05-14 20:18:17 +08:00
littletomatodonkey 008d7eb10a fix init 2020-05-14 08:17:25 +00:00
littletomatodonkey 07e1e5dc31 add cspnet 2020-05-14 03:21:59 +00:00
littletomatodonkey 9123f5da4b fix cspnet 2020-05-13 10:40:48 +00:00
littletomatodonkey 7ad89bc18e addcs pnet 2020-05-13 10:40:48 +00:00
littletomatodonkey 60b34a5192 add delimiter reader 2020-05-10 09:00:43 +00:00
shippingwang 4ccfca291b add autoargument 2020-05-06 11:17:39 +00:00
shippingwang 15767e0f45 fix wrong log time and format 2020-05-06 09:11:40 +00:00
shippingwang d5f0a14126 Coloring and refine code 2020-05-06 08:35:11 +00:00
littletomatodonkey b1fbea2e83 fix darknet53 link 2020-05-06 02:59:21 +00:00
WuHaobo bcc373db98 polish save_load 2020-05-05 17:49:11 +08:00
WuHaobo f7bf3b3e33 polish save_load 2020-05-04 15:01:22 +08:00
littletomatodonkey a6b0f49cac add pretrain list show 2020-05-04 02:00:48 +00:00
littletomatodonkey 9b519f0d58 add effnet_small_eval 2020-05-03 16:29:34 +00:00
WuHaobo 7ac11f8c5e polish save_load 2020-05-03 17:21:07 +08:00
WuHaobo 63ba03c909 polish save_load 2020-05-01 16:34:04 +08:00
dyning 01486ec162
Merge pull request #81 from shippingwang/refine_1
refine log format
2020-04-27 07:20:42 +08:00
dyning e3f56640c4
Merge pull request #82 from littletomatodonkey/master
fix acnet
2020-04-26 23:05:20 +08:00
littletomatodonkey 9955d74f29 fix acnet 2020-04-26 14:59:14 +00:00
shippingwang 7525da9fab refine log format 2020-04-26 14:53:58 +00:00
dyning ca78dc0f9b
Merge pull request #80 from littletomatodonkey/master
fix res2net200_vd
2020-04-26 21:27:01 +08:00
littletomatodonkey ed3ce87dc1 fix res2net200_vd 2020-04-26 12:43:37 +00:00
dyning aa9cb509a5
Merge pull request #79 from littletomatodonkey/master
fix rand-aug in py3
2020-04-26 17:26:20 +08:00
littletomatodonkey 237650fda8 fix rand-aug in py3 2020-04-26 09:18:27 +00:00
dyning 16c01ffb29
Merge pull request #74 from WuHaobo/googlenet
fix mixup while using GoogleNet
2020-04-25 18:13:48 +08:00
WuHaobo dab06136bb fix mixup while using GoogleNet 2020-04-25 15:05:33 +08:00
littletomatodonkey cbd94d7258 fix mv3 and faq 2020-04-23 08:52:09 +00:00
WuHaobo 9acc8a7544 Decorate logger to display only once 2020-04-22 17:41:01 +08:00
WuHaobo 8885274ff3 Decorate logger to display only once 2020-04-22 17:36:21 +08:00
WuHaobo ff7ab33b8c rewrite the misc to solve the display log 2020-04-22 14:15:42 +08:00
WuHaobo fa8f585bee rewrite the misc to solve the display log 2020-04-22 12:36:56 +08:00
dyning 75a3c6545f
Merge pull request #57 from shippingwang/fix_multicard_eval
fix multi card eval bug
2020-04-21 22:03:19 +08:00
dyning 19d03a58d6
Merge pull request #56 from cuicheng01/master
Update DataAugment and Distillation doc
2020-04-21 21:49:17 +08:00
dyning 349cbb62f8
Merge pull request #55 from WuHaobo/master
supporting python3
2020-04-21 21:46:45 +08:00
shippingwang 51456e0585 refine 2020-04-21 13:44:19 +00:00
cuicheng01 dad82df02e update distill and dataaugment doc 2020-04-21 11:58:26 +08:00
WuHaobo d9abd8870e add advertisement 2020-04-21 01:37:27 +08:00
WuHaobo 7db40796fd be compatible with Python3 2020-04-21 00:50:43 +08:00
WuHaobo a5ada1e043 add ad 2020-04-21 00:49:09 +08:00
littletomatodonkey 49311fc5e5 fix conflict 2020-04-20 15:24:27 +00:00
WuHaobo 58e8c69c4a Merge branch 'master' of https://github.com/PaddlePaddle/PaddleClas 2020-04-20 23:07:11 +08:00
littletomatodonkey 72402bc4be Merge branch 'master' of https://github.com/PaddlePaddle/PaddleClas 2020-04-20 13:20:29 +00:00
littletomatodonkey e07a2111f3 add play around 2020-04-20 13:19:44 +00:00
shippingwang 9c61fdd9a3 fix 2020-04-20 13:16:38 +00:00
WuHaobo f6d0103442 add ad 2020-04-20 21:16:04 +08:00
dyning 27bbad88a3
Merge pull request #52 from WuHaobo/master
polish config
2020-04-20 20:05:15 +08:00
WuHaobo 55ece429dc polish code style 2020-04-20 19:10:20 +08:00
shippingwang c32b8b15c5 refine code 2020-04-20 11:01:08 +00:00
WuHaobo 0681834b66 polish code style 2020-04-20 18:54:37 +08:00
WuHaobo 2a594b9d7d polish config 2020-04-20 07:04:46 +00:00
dyning 6b261a52f7
Merge pull request #49 from littletomatodonkey/qs_code
add quick start demo
2020-04-20 12:03:48 +08:00
littletomatodonkey 42158c1867 add quick start demo 2020-04-20 03:54:09 +00:00
WuHaobo a82eef9f30 add comment 2020-04-19 17:47:19 +08:00
littletomatodonkey 8795569003 fix reader shuffle 2020-04-19 04:09:03 +00:00
littletomatodonkey 91bf39fcee add distillation 2020-04-17 05:01:19 +00:00
littletomatodonkey fbb36fd3de add ssld code 2020-04-17 04:43:42 +00:00
littletomatodonkey 2682384775 fix arch 2020-04-16 08:11:47 +00:00
littletomatodonkey 9e57a5b5fc add distillation params 2020-04-16 06:13:48 +00:00
WuHaobo fa7cb0bc7c be compatible with py3 2020-04-14 17:08:22 +08:00
WuHaobo fe7274bc35 be compatible with py3 2020-04-14 12:25:08 +08:00
WuHaobo 8b8659af2b Merge branch 'master' of https://github.com/PaddlePaddle/PaddleClas 2020-04-13 21:05:27 +08:00
WuHaobo 2526d5cb7b polish download pretrain 2020-04-13 19:36:02 +08:00
WuHaobo e3ca763dee polish download pretrain 2020-04-13 19:12:50 +08:00
WuHaobo 6675cf4312 polish download pretrain 2020-04-13 18:53:03 +08:00
WuHaobo a39ae69ce7 polish download pretrain model and add comments to the func 2020-04-13 08:00:19 +08:00
littletomatodonkey 43521c6617 add image-aug doc 2020-04-12 08:12:05 +00:00
littletomatodonkey dcccb8255e fix reader hang for mulit-cards training 2020-04-12 07:25:34 +00:00
WuHaobo f29bb526fc add the logger 2020-04-11 02:35:22 +08:00
WuHaobo c3b973d977 fix the bug of save model 2020-04-11 01:22:14 +08:00
WuHaobo 40c65e952b fix the bug of save model 2020-04-11 01:21:31 +08:00
WuHaobo e964c9edd5 fix the bug of save model 2020-04-11 01:20:33 +08:00
WuHaobo 823daeb39b remove test 2020-04-09 23:22:09 +08:00
WuHaobo 4dd59a1a51 Init PaddleClas 2020-04-09 23:06:58 +08:00
WuHaobo 9f39da8859 Init PaddleClas 2020-04-09 02:16:30 +08:00