littletomatodonkey
afbe7ad0f7
fix visualization ( #924 )
...
* fix visualization
* fix doc of en
* add note for rebuld lib
2021-06-20 14:14:45 +08:00
cuicheng01
1925b2b3f3
Merge pull request #911 from lilith-zy/develop
...
Create getting_started_retrieval_en.md
2021-06-19 17:16:27 +08:00
cuicheng01
642e8aa3b9
Rename getting_started_retrieval.md to getting_started_retrieval_en.md
2021-06-19 17:15:50 +08:00
cuicheng01
b04a37636f
Update getting_started_retrieval.md
2021-06-19 17:13:07 +08:00
cuicheng01
d78e25d51a
Update getting_started_retrieval.md
2021-06-19 17:04:42 +08:00
lilithzhou
ba3dbec050
Update getting_started_retrieval.md
2021-06-19 12:34:48 +08:00
lilithzhou
032492b3af
Update getting_started_retrieval.md
2021-06-19 12:27:33 +08:00
lilithzhou
79a697a607
Update getting_started_retrieval.md
2021-06-19 12:13:30 +08:00
cuicheng01
65613e30ed
update image_classification_en.md
2021-06-18 18:18:20 +00:00
cuicheng01
a67516e3a4
update image_classification.md
2021-06-18 18:15:25 +00:00
cuicheng01
38ec39dd2c
add .image_classification_en.md
2021-06-18 18:12:35 +00:00
lilithzhou
ec7ce4aa4b
Create getting_started_retrieval.md
2021-06-18 23:46:37 +08:00
Wei Shengyu
dc99779b46
Merge pull request #905 from RainFrost1/develop_reg
...
add en docs for feature learning
2021-06-18 15:58:23 +08:00
Wei Shengyu
4a61a3d1a9
Merge pull request #906 from cuicheng01/develop
...
Update configs and README
2021-06-18 15:57:43 +08:00
cuicheng01
4fb05ee422
Update Distillation and ImageAugment docs
2021-06-18 07:54:04 +00:00
littletomatodonkey
a81a72487f
Update install_en.md
2021-06-18 15:51:58 +08:00
dongshuilong
604a3dbed0
add en docs for feature learning
2021-06-18 15:01:45 +08:00
dongshuilong
4c2a06a1d6
add en docs for feature learning
2021-06-18 13:46:58 +08:00
littletomatodonkey
d63e0e88cd
fix en quick start ( #897 )
...
* fix en quick start
2021-06-17 20:40:35 +08:00
Wei Shengyu
80bbf62a46
merge develop ( #859 )
...
merge develop into reg
2021-06-16 18:43:08 +08:00
weishengyu
2756de6c2b
update README
2021-06-16 16:58:01 +08:00
littletomatodonkey
cdd8775915
fix rec doc ( #829 )
...
* fix recognition doc
2021-06-16 14:14:20 +08:00
littletomatodonkey
e170ad52e8
fix install doc and yaml path ( #843 )
...
* fix doc
* add install and en md
* add docker doc
* fix gcc version
* add driver version note
2021-06-15 18:51:36 +08:00
jm12138
6b360783ed
add the readme of models
2021-06-10 23:54:00 +08:00
Tingquan Gao
6aaadecfd7
Update the doc of whl ( #767 )
2021-06-02 22:04:43 +08:00
littletomatodonkey
74dd40c6a2
Update transfer_learning_en.md
2021-05-21 12:01:17 +08:00
littletomatodonkey
46a330478f
Update whl_en.md
2021-05-17 14:58:26 +08:00
Tingquan Gao
e5f7529587
Add SwinTransformer ( #721 )
...
* Add SwinTransformer_large
* Add SwinTransformer
* Optimize user experience
* Add the doc of SwinTransformer
* Modify the format of the corner mark
2021-05-17 14:55:38 +08:00
littletomatodonkey
73ae41c485
Update train_with_DALI_en.md
2021-05-06 15:23:31 +08:00
littletomatodonkey
f17343b017
add support for eval using inference engine ( #696 )
2021-04-26 15:18:04 +08:00
littletomatodonkey
714a48ea04
Update getting_started_en.md
2021-04-23 16:43:36 +08:00
littletomatodonkey
7dbfc017cd
Update whl_en.md
2021-04-23 16:41:03 +08:00
littletomatodonkey
23ab4f48b2
fix content tree
2021-04-23 05:00:46 +00:00
littletomatodonkey
cf880114d1
Update whl_en.md
2021-04-20 13:59:22 +08:00
littletomatodonkey
377c4c2bbd
Update whl_en.md
2021-04-20 13:35:32 +08:00
gaotingquan
099b3356b1
Update the instructions
2021-04-16 10:55:31 +08:00
gaotingquan
07a1478ca8
Add instructions of training with DALI
2021-04-16 10:55:31 +08:00
dongshuilong
2e14f726d0
fix mixnet review problems
2021-04-15 17:15:18 +08:00
dongshuilong
ea63084670
add_mixnet_rexnet
2021-04-15 14:05:46 +08:00
Tingquan Gao
f55dcfabaf
Update to be more friendly ( #674 )
...
* Update, test=document_fix
* Add the usage hint about Transformers series models, test=document_fix
2021-04-10 11:20:38 +08:00
yaohai
2e10d5a4bb
add document for multilabel
2021-03-30 17:22:57 +08:00
Tingquan Gao
8a469799af
support bs>1 ( #651 )
...
* support bs>1
2021-03-26 18:52:50 +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
Tingquan Gao
1b920e8a44
Update usage, test=document_fix ( #646 )
2021-03-23 11:04:20 +08:00
Tingquan Gao
9a0d8af0ab
Optimize doc, test=document_fix ( #642 )
2021-03-16 16:12:34 +08:00
littletomatodonkey
7f3f44c105
Update paddle_quantization_en.md
2021-03-16 14:08:44 +08:00
littletomatodonkey
b3fa7a0114
Update paddle_quantization_en.md
2021-03-16 14:07:40 +08:00
littletomatodonkey
55d1cd5214
Update distillation_en.md
2021-03-16 12:44:12 +08:00
littletomatodonkey
423e29ef04
fix version, test=document_fix
2021-03-11 17:35:14 +08:00
littletomatodonkey
a1fc2c307e
add cpu note, test=document_fix
2021-03-11 17:35:14 +08:00