Commit Graph

784 Commits (10e73342ffc9124e5aa92f324befeef6e9cbed1d)
 

Author SHA1 Message Date
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
Tingquan Gao abc8ac5ce4
Modify to fit the dygraph (#343)
* Add English version of getting started.
2020-10-27 19:16:30 +08:00
littletomatodonkey 806675d226
fix config files (#344) 2020-10-27 17:36:44 +08:00
cuicheng01 8d046546c8
Update regnet (#342)
* Create regnet.py

* Update __init__.py
2020-10-26 14:51:27 +08:00
littletomatodonkey 260dcb5079
add pre-label function (#341)
add pre-label function
2020-10-24 01:14:10 +08:00
littletomatodonkey ed631e0c8f
fix readme (#340)
fix readme
2020-10-23 21:23:35 +08:00
littletomatodonkey a7782f25ea
Merge pull request #337 from littletomatodonkey/dyg/fix_readme_png
fix readme png
2020-10-23 09:35:28 +08:00
littletomatodonkey 35f2a68c02 fix readme png 2020-10-23 01:33:29 +00:00
littletomatodonkey 825aed0c31
Merge pull request #335 from littletomatodonkey/dyg/fix_get_start
fix getting started
2020-10-23 02:23:39 +08:00