Commit Graph

75 Commits (23104797a61b85fba2b24b2d668e18d071c7250a)

Author SHA1 Message Date
yaohai 5fd7085ddf add multilabel feature 2021-03-30 16:02:32 +08:00
Tingquan Gao 8832a3fa0a
Support Visual DL (#650)
* Support Visual DL

* Fix VDL

* Add doc of VDL, test=document_fix

* Add the en doc of VDL, test=document_fix

Co-authored-by: littletomatodonkey <2120160898@bit.edu.cn>
2021-03-23 12:45:01 +08:00
littletomatodonkey e02a35ac45
add quant clas (#621)
* add quant clas

* fix load init model

* add quant

* add quant doc

* fix export model
2021-03-01 19:36:55 +08:00
littletomatodonkey 9ebbd78bc9
fix save distillation model (#578)
* fix save distillation model

* add note
2021-01-25 20:58:35 +08:00
littletomatodonkey d0ecff1b5a
fix save distillation model (#567) 2021-01-19 18:49:30 +08:00
littletomatodonkey 1b6799cf50
fix label (#522) 2020-12-29 13:39:19 +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 15b18973f1
fix eval script (#464)
* fix eval script

* fix dali shell
2020-12-10 23:45:58 +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 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 ee10207811
fix log benchmark (#369)
fix log benchmark
2020-11-05 10:35: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
littletomatodonkey 0e0967545a fix load ckp 2020-10-22 06:12:03 +00:00
littletomatodonkey 43f6cae208 fix cpu train 2020-10-21 14:41:54 +00:00
littletomatodonkey ebadacd7f8 add acc benchmark 2020-10-17 17:27:36 +00:00
littletomatodonkey 4773a2177e fix opt 2020-09-17 13:24:33 +00:00
littletomatodonkey b8a7d186d7 fix optimizer and regularizer 2020-09-15 09:43:19 +00:00
littletomatodonkey a52efec34e fix train.py 2020-09-13 06:18:20 +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 32dc1c1c0d improve dygraph model 2020-09-02 15:15:49 +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
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
littletomatodonkey 740fd1156e add fix models 2020-06-04 11:41:05 +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 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
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
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
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
shippingwang 7525da9fab refine log format 2020-04-26 14:53:58 +00:00
WuHaobo dab06136bb fix mixup while using GoogleNet 2020-04-25 15:05:33 +08: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
WuHaobo d9abd8870e add advertisement 2020-04-21 01:37:27 +08:00