Commit Graph

1042 Commits (a518e4531e8548fac2f5dfe21d0b68b2ec5abd85)
 

Author SHA1 Message Date
littletomatodonkey 9bf47ca0b2
Update data.md 2020-11-20 11:21:36 +08:00
Tingquan Gao 11357c0fd1
Modify the "cls_model_dir" to "cls_model_path" and "cls_params_path" (#411)
* Modify the "cls_model_dir" to "cls_model_path" and "cls_params_path"
2020-11-19 15:00:17 +08:00
littletomatodonkey 99549178d9
add faq20201119 (#410) 2020-11-19 12:37:24 +08:00
littletomatodonkey a23dd14627
Update readme.md 2020-11-18 18:48:24 +08:00
Tingquan Gao 1975d5b292
Fix name error (#403) 2020-11-18 17:18:46 +08:00
littletomatodonkey e83e3038e1
fix local rank get word size in dist (#402)
* fix local rank
* fix export model
2020-11-18 13:59:34 +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
Tingquan Gao 10e73342ff
Add MKL-DNN (#398)
add mkldnn config
2020-11-16 19:44:17 +08:00
cuicheng01 d31688352a
Update faq_2020_s1 (#392)
* Update faq_2020_s1.md

* Update README_cn.md
2020-11-12 14:14:11 +08:00
littletomatodonkey aee9249930
Update README.md 2020-11-12 12:52:00 +08:00
littletomatodonkey c70890fbb8
Update README_cn.md 2020-11-12 12:51:42 +08:00
littletomatodonkey 33637b0e17
Add files via upload 2020-11-12 12:48:33 +08:00
littletomatodonkey eac7fad4a4
Update README_cn.md 2020-11-12 12:47:40 +08:00
littletomatodonkey 2aae9662ca
Update README.md 2020-11-12 12:47:04 +08:00
littletomatodonkey 93e4c47909
add resnest101 (#390)
add resnest101
2020-11-12 12:13:30 +08:00
littletomatodonkey dc85d58e3e
Update README.md 2020-11-12 00:34:05 +08:00
littletomatodonkey 19539a3083
Update README_cn.md 2020-11-12 00:33:23 +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 7c0ef00455
rm fluid in docs, test=document_fix (#385) 2020-11-10 20:36:10 +08:00
Tingquan Gao 18a4c14233
Update preprocess and HubServing (#382)
add hub serving code and doc
2020-11-10 17:19:50 +08:00
littletomatodonkey c933dcd8db
minor fix init (#384)
* add densent init

* fix export model
2020-11-10 17:09:39 +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
cuicheng01 30bb0c5aa5
Add InceptionV3 configs in dygraph branch (#373)
* Add InceptionV3
2020-11-09 13:46:04 +08:00
littletomatodonkey 95a8990066
fix py infer (#376)
fix python and cpp inference
2020-11-07 22:09:42 +08:00
littletomatodonkey f921b9bd5b
fix feature map visualization (#377)
fix feature map visualization
2020-11-07 22:07:33 +08:00
littletomatodonkey c9f8e8c6e7
fix config (#371)
* fix config doc

* fix mainpage link

* fix typo
2020-11-05 17:22:33 +08:00
littletomatodonkey ee10207811
fix log benchmark (#369)
fix log benchmark
2020-11-05 10:35:19 +08:00
littletomatodonkey d4b1f6aff3
Update export_model.py 2020-11-04 22:49:20 +08:00
littletomatodonkey c3922941de
fix dist training (#363)
1. fix dist training 
2. fix cpp infer to support dir inference
2020-11-04 22:48:19 +08:00
littletomatodonkey 53eda593ce
Update README_cn.md 2020-11-04 18:51:38 +08:00
littletomatodonkey bd2267430f
add faq_2020_s1 (#362)
add faq_2020_s1
2020-11-04 11:37:19 +08:00
littletomatodonkey 4799907e98
Update GoogLeNet.yaml 2020-11-03 13:47:17 +08:00
littletomatodonkey efabfd0ed9
Add files via upload 2020-11-03 11:26:43 +08:00
littletomatodonkey 121c4b8b63
Delete joinus.png 2020-11-03 11:25:49 +08:00
littletomatodonkey 14063829db
add random seed in train (#358) 2020-11-03 10:08:30 +08:00
cuicheng01 7bb8f1c2ef
Add InceptionV3 architecture (#360)
Add InceptionV3 model
2020-11-03 10:05:19 +08:00
littletomatodonkey 2dd8a7545b
Add files via upload 2020-11-02 09:59:17 +08:00
littletomatodonkey 1dafe20653
Delete joinus.png 2020-11-02 09:58:42 +08:00
littletomatodonkey 3731b9b3c2
Add files via upload 2020-11-02 09:57:28 +08:00
littletomatodonkey c1d35479dc
Delete joinus.png 2020-11-02 09:57:11 +08:00
Tingquan Gao 907cef571c
Fix some bugs (#357)
fix getting started doc
2020-11-01 10:58:04 +08:00
littletomatodonkey 5704a255dc
fix eval (#355) 2020-10-30 21:02:49 +08:00
Tingquan Gao db035f50af
Fix a link error (#354)
fix typo
2020-10-30 20:18:26 +08:00
littletomatodonkey fa6b8f13ac
Update GoogLeNet.yaml 2020-10-30 16:08:10 +08:00
littletomatodonkey b3fbba9646
Update README_cn.md 2020-10-30 14:15:30 +08:00
littletomatodonkey fe62349832
add wechat link (#351)
add joinus
2020-10-30 14:11:37 +08:00
littletomatodonkey de64c1753f
add joinus (#350) 2020-10-30 13:53:19 +08:00
littletomatodonkey bcda9c2b1f
fix squeezenet (#348) 2020-10-30 13:36:08 +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