Commit Graph

1134 Commits (e6df9ede7f9f4538f75cfcd25a2d3ffafa898fc0)

Author SHA1 Message Date
littletomatodonkey a6667a15ab
Update __init__.py 2021-02-02 23:26:13 +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
littletomatodonkey 378ed96095
fix mv2 prefix name (#591) 2021-01-31 18:18:40 +08:00
littletomatodonkey a40d348ebb
Update mobilenet_v3.py 2021-01-26 11:57:37 +08:00
littletomatodonkey 9ebbd78bc9
fix save distillation model (#578)
* fix save distillation model

* add note
2021-01-25 20:58:35 +08:00
jm12138 c07c5de1ed
Fix a bug of DropPath (#575) 2021-01-25 11:00:43 +08:00
jm12138 1b89b8a58a
Add the DeiT models (#573)
* Add the DeiT models

* fix a training bug

* update the model init config

* update the License
2021-01-22 15:30:55 +08:00
jm12138 747a659891
Add ViT model (#570)
* Add the ViT model
2021-01-21 13:05:05 +08:00
littletomatodonkey d0ecff1b5a
fix save distillation model (#567) 2021-01-19 18:49:30 +08:00
littletomatodonkey 0e6fe6f1cf
refine distillation model (#565) 2021-01-19 13:54:27 +08:00
littletomatodonkey 223a0d2e7e
fix vgg stop grad (#558)
* fix vgg stop grad

* beautify code
2021-01-14 19:48:41 +08:00
littletomatodonkey 8e26493c32
fix lr mult val (#551) 2021-01-07 19:24:29 +08:00
cuicheng01 f9e8668efc
fix some architectures bugs (#545)
* Update xception.py

* Update vgg.py

* Update regnet.py
2021-01-07 11:16:27 +08:00
cuicheng01 d3691054ed
fix (#541)
* Update res2net.py

* Update res2net_vd.py

* Update resnest.py

* Update distillation_models.py
2021-01-06 21:45:13 +08:00
Tingquan Gao 33ab988669
Add EfficientNetB0_small (#539) 2021-01-05 17:20:40 +08:00
littletomatodonkey a138a6ee53
Update mobilenet_v3.py 2021-01-05 11:51:16 +08:00
littletomatodonkey bcfe353db1
fix hardsigmoid (#531) 2020-12-31 12:42:37 +08:00
littletomatodonkey da9172f6f6
Update shufflenet_v2.py 2020-12-29 17:24:05 +08:00
littletomatodonkey 1b6799cf50
fix label (#522) 2020-12-29 13:39:19 +08:00
littletomatodonkey 8dd6418ae5
fix reshape to flatten (#513)
* fix reshape to flatten

* fix reshape
2020-12-26 00:21:07 +08:00
littletomatodonkey b401e10be9
Revert "add amp support for SE_ResNet50_vd (#509)" (#515)
This reverts commit d51058258b.
2020-12-25 13:49:00 +08:00
furnace d51058258b
add amp support for SE_ResNet50_vd (#509)
* add amp support for SE_ResNet50_vd

* updates for data_format
2020-12-25 13:43:33 +08:00
littletomatodonkey d4e7878d53
fix ghostnet (#505) 2020-12-21 00:43:12 +08:00
Tingquan Gao 70877e91e5
Update + to paddle.add and * to paddle.multiply (#502)
* Updata "*" to "paddle.multiply"

* Update "+" to "paddle.add"
2020-12-18 16:07:18 +08:00
Tingquan Gao eb945e5d69
Fix "tar" to "pdparams" to adapt to dygraph (#496)
* Fix "tar" to "pdparams" to adapt to dygraph

* Update the download link of Paddle Inference Library
2020-12-17 23:20:16 +08:00
littletomatodonkey c2aed7c0a6
fix add order (#493) 2020-12-17 11:46:20 +08:00
Tingquan Gao 1da9fdf379
Fix GoogleNet to GoogLeNet (#492) 2020-12-17 11:20:41 +08:00
littletomatodonkey d80d53f955
fix resnest (#490) 2020-12-16 19:03:11 +08:00
littletomatodonkey 29b305d228
add profile for pred (#476) 2020-12-15 14:32:07 +08:00
huangxu96 dc3020ab4a
support fp16 training (#435)
* support fp16 training

* Use compiled training program

* Change timing ips.

* Use dali

* add pure fp16 training

* fix a bug, which will not use fuse pass using pure fp16 training.

* modify code as review

* modify loss, so that it will use different loss when using pure fp16 training.

* remove some fluid API

* add static optimizer.
2020-12-11 11:04:51 +08:00
littletomatodonkey 15b18973f1
fix eval script (#464)
* fix eval script

* fix dali shell
2020-12-10 23:45:58 +08:00
littletomatodonkey 1839105f27
fix resnest (#458) 2020-12-08 18:47:46 +08:00
littletomatodonkey 1ecf8334ff
fix pred (#450)
* fix pred

* fix resnest

* fix hrnet se

* fix se for export
2020-12-06 03:08:44 +08:00
littletomatodonkey 07330e0e42
fix resnest typo (#380)
fix resnest, ghostnet typo
2020-11-30 12:52:58 +08:00
littletomatodonkey 91785a45e1
fix dpn (#430)
* fix dpn

* fix se resnext101 metrics
2020-11-29 18:10:20 +08:00
cuicheng01 68be3ab288
Fix some minor bugs to adapt to paddle2.0rc. (#431)
* Update mobilenet_v3.py

* Update densenet.py

* Update resnest.py

* Update hrnet.py

* Update vgg.py

* Update xception.py
2020-11-29 18:09:48 +08:00
littletomatodonkey 6abaa0c810
fix dpn (#416) 2020-11-21 17:46:53 +08:00
littletomatodonkey 463980f331
add support for multi cards eval (#413)
* add support for multi cards eva
2020-11-20 18:10:06 +08:00
littletomatodonkey 6a5f4626d7
add static running in dygraph (#399)
* add static running in dygraph
2020-11-18 09:48:56 +08:00
littletomatodonkey 834cc16434
fix xception flow to enable model export (#400) 2020-11-17 10:41:35 +08:00
littletomatodonkey 93e4c47909
add resnest101 (#390)
add resnest101
2020-11-12 12:13:30 +08:00
littletomatodonkey 7d0f694c7b
unify model and model_name (#386)
* unify model and model_name

* rm unsed archs fix bug of se_resnext

* fix distillation model for distributed.launch

* fix export model for googlenet
2020-11-12 00:17:28 +08:00
littletomatodonkey c933dcd8db
minor fix init (#384)
* add densent init

* fix export model
2020-11-10 17:09:39 +08:00
littletomatodonkey ee10207811
fix log benchmark (#369)
fix log benchmark
2020-11-05 10:35:19 +08:00
cuicheng01 7bb8f1c2ef
Add InceptionV3 architecture (#360)
Add InceptionV3 model
2020-11-03 10:05:19 +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
cuicheng01 8d046546c8
Update regnet (#342)
* Create regnet.py

* Update __init__.py
2020-10-26 14:51:27 +08:00
weishengyu 2ec1d73ece formatting 2020-10-22 17:45:14 +08:00
weishengyu e0859f7498 formatting 2020-10-22 17:43:33 +08:00
weishengyu f9c265894a tmp code to keep old model valid 2020-10-22 17:02:32 +08:00
weishengyu abd683f968 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleClas into dygraph 2020-10-22 16:04:55 +08:00
littletomatodonkey 0e0967545a fix load ckp 2020-10-22 06:12:03 +00:00
littletomatodonkey 42700a15a1 fix effnet import 2020-10-21 15:30:51 +00:00
littletomatodonkey 43f6cae208 fix cpu train 2020-10-21 14:41:54 +00:00
littletomatodonkey 7153ee1129 fix quick start code and doc 2020-10-21 09:21:22 +00:00
weishengyu 607c083b56 dbg 2020-10-21 11:42:42 +08:00
weishengyu 80cc0d8c86 dbg 2020-10-20 16:50:08 +08:00
littletomatodonkey 7592654c6b
Merge pull request #318 from littletomatodonkey/dyg/fix_effnet
fix effnet infer/eval
2020-10-20 14:41:23 +08:00
littletomatodonkey d4533682b5 fix res2net code and doc 2020-10-20 06:18:52 +00:00
weishengyu 9579c4eb15 dbg 2020-10-20 00:41:41 +08:00
littletomatodonkey 58e558fb1c fix effne 2020-10-19 16:23:57 +00:00
littletomatodonkey ebadacd7f8 add acc benchmark 2020-10-17 17:27:36 +00:00
weishengyu 07bb46ef04 modify format 2020-10-15 16:48:57 +08:00
weishengyu 44889ba43d Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleClas into dygraph 2020-10-13 11:14:25 +08:00
littletomatodonkey 4d01af9e87 fix reader 2020-10-09 11:47:05 +00:00
weishengyu 083a77e763 add config 2020-10-02 03:28:51 +08:00
littletomatodonkey cca4d85a69 rm comment 2020-09-30 15:15:42 +00:00
weishengyu 7064136058 dbg ghostnet 2020-09-30 17:24:21 +08:00
littletomatodonkey 7cf6e9ae93 add dataloader inferface 2020-09-28 16:47:22 +00:00
weishengyu 7c9e695f8c change paddle version to 2.0; modify code 2020-09-27 17:00:48 +08:00
weishengyu ff19b9cfc6 add ghostnet 2020-09-27 10:51:26 +08:00
cuicheng01 b5b0ff1702
Update __init__.py 2020-09-18 00:10:25 +08:00
cuicheng01 4970bca04a
Update se_resnext_vd.py 2020-09-18 00:09:09 +08:00
cuicheng01 b7b5a0c3c6
Update se_resnext.py 2020-09-18 00:08:06 +08:00
littletomatodonkey 4773a2177e fix opt 2020-09-17 13:24:33 +00:00
littletomatodonkey ab3735a4a4 fix loss 2020-09-16 12:55:48 +00:00
littletomatodonkey 630cb60ae3 fix dropout 2020-09-16 07:26:21 +00:00
littletomatodonkey e5cf5fada6 fix decay 2020-09-16 05:26:10 +00:00
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