902 Commits

Author SHA1 Message Date
littletomatodonkey
8e5bde6c39
Update predict.py 2020-12-01 01:20:10 +08:00
littletomatodonkey
07330e0e42
fix resnest typo (#380)
fix resnest, ghostnet typo
2020-11-30 12:52:58 +08:00
littletomatodonkey
96c078dafc
fix download link (#432)
* fix download link
2020-11-30 12:43:05 +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
6796bca110
fix logger (#426) 2020-11-25 19:45:43 +08:00
cuicheng01
18840f1f88
Add GhostNet_x1_3_ssld_pretrained in dygraph branch. (#419)
add GhostNet_x1_3_ssld_pretrained
2020-11-24 10:14:02 +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
6be63583e4
Update data_en.md 2020-11-20 11:23:31 +08:00
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