Commit Graph

3371 Commits (1db85b5d3b967f40c9e68f05e8d8a48a6e7b98ac)
 

Author SHA1 Message Date
gaotingquan 41296972a4 fix: fix comments 2021-12-28 15:24:50 +08:00
gaotingquan f8ee6c0f86 fix: fix result returned by stop_after 2021-12-28 15:24:50 +08:00
gaotingquan cf205e1379 fix: fix result returned by _find_layers_handle 2021-12-28 15:24:50 +08:00
gaotingquan b0ae3a1210 fix: unify the pattern of layer's name 2021-12-28 15:24:50 +08:00
gaotingquan 7da2a997e9 fix: save latest model every epoch 2021-12-27 22:04:26 +08:00
sibo2rr 4d1dad6abb fix import error 2021-12-27 21:21:58 +08:00
weishengyu 377a7b4b2f dbg 2021-12-27 20:35:42 +08:00
weishengyu 9a1d35ba3b add license info 2021-12-27 20:16:56 +08:00
weishengyu 87f508e9f9 dbg 2021-12-27 19:37:00 +08:00
sibo2rr cc8e3d1d1e remove tricks in models, add it in the models_training 2021-12-27 18:56:05 +08:00
sibo2rr 69afc148f9 read the doc 2021-12-27 18:56:04 +08:00
Bin Lu b6cbbe1ca3 Update paddle_serving_deploy_en.md 2021-12-27 18:54:46 +08:00
Bin Lu 6b62938e8b Update feature_extraction_en.md 2021-12-27 18:54:46 +08:00
Bin Lu 035a79d57e Update recognition_dataset_en.md 2021-12-27 18:54:46 +08:00
Bin Lu ebcc06d911 Update classification_dataset_en.md 2021-12-27 18:54:46 +08:00
Bin Lu 6a04239372 Update metric_learning_en.md 2021-12-27 18:54:46 +08:00
Bin Lu 14c999aaa4 Update feature_extraction_en.md 2021-12-27 18:54:46 +08:00
Bin Lu 140b8f98a8 Add files via upload 2021-12-27 18:54:46 +08:00
Bin Lu d07f0d1f32 Update paddle_serving_deploy_en.md 2021-12-27 18:54:46 +08:00
Bin Lu c583a6b1d7 Update paddle_serving_deploy_en.md 2021-12-27 18:54:46 +08:00
Bin Lu b7b49e3d24 Update recognition_dataset_en.md 2021-12-27 18:54:46 +08:00
Bin Lu 54369a072a Update classification_dataset_en.md 2021-12-27 18:54:46 +08:00
stephon 175f682cb0 update en doc 2021-12-27 18:54:46 +08:00
stephon 61f2dc102d add classification and recogniton dataset md 2021-12-27 18:54:45 +08:00
stephon 8af8ef8edc rename en doc;modify some errors 2021-12-27 18:54:45 +08:00
stephon c137588f69 add en doc 2021-12-27 18:54:45 +08:00
gaotingquan ae94c8e686 fix: raise warning when setting batch_transform_ops and TopkAcc 2021-12-27 18:54:45 +08:00
cuicheng01 149cd7d7fc update README & ResNet50_vd_10w_pretrained_url 2021-12-27 18:54:45 +08:00
dongshuilong 6e3ee052b6 fix tipc lite_train_whole_infer bug 2021-12-27 18:54:45 +08:00
Bin Lu 6c094ed2ac Update paddle_serving_deploy.md 2021-12-27 18:54:45 +08:00
stephon 5c6465f500 update serving doc for CPU deployment 2021-12-27 18:54:45 +08:00
Wei Shengyu bce0d041a7 Fix static training speed (#1590)
* fix training speed

* update config setting method
2021-12-27 18:54:45 +08:00
stephon 7eec82b87e update paddle serving on dev branch 2021-12-27 18:54:45 +08:00
Bin Lu d69a6e8f24
Merge pull request #1534 from Intsigstephon/add_en_doc
add some en doc
2021-12-27 11:31:53 +08:00
Bin Lu 871fba334f
Update paddle_serving_deploy_en.md 2021-12-27 10:49:52 +08:00
Bin Lu 0798a85e5a
Update feature_extraction_en.md 2021-12-27 10:49:33 +08:00
Bin Lu 42bff79b1f
Update recognition_dataset_en.md 2021-12-27 10:49:14 +08:00
Bin Lu cd67695150
Update classification_dataset_en.md 2021-12-27 10:48:53 +08:00
Bin Lu 8e677e94cf
Update metric_learning_en.md 2021-12-27 10:48:23 +08:00
gaotingquan 5d53e9f152 fix: raise warning when setting batch_transform_ops and TopkAcc 2021-12-24 21:22:52 +08:00
cuicheng01 c6609250c1
Merge pull request #1595 from cuicheng01/add_zh_docs
update README & ResNet50_vd_10w_pretrained_url
2021-12-24 19:56:26 +08:00
cuicheng01 c507c8f87d update README & ResNet50_vd_10w_pretrained_url 2021-12-24 08:59:34 +00:00
Walter c504371970
Merge pull request #1594 from RainFrost1/fix_lite_train_whole_infer
fix tipc lite_train_whole_infer bug
2021-12-24 14:12:55 +08:00
weishengyu b662ed34ac dbg 2021-12-24 11:15:27 +08:00
dongshuilong f6f2a20126 fix tipc lite_train_whole_infer bug 2021-12-24 03:11:26 +00:00
weishengyu 18d99b012b move gallery layer into extractor 2021-12-24 11:06:42 +08:00
weishengyu 25edd1c0d8 refactor code 2021-12-23 20:51:15 +08:00
weishengyu d5637367a9 add export method 2021-12-23 20:35:10 +08:00
weishengyu 932e0eace1 dbg 2021-12-23 20:29:05 +08:00
Bin Lu a50b3e9fc2
Merge pull request #1591 from Intsigstephon/fix_serving_doc
add serving env config  for cpu  deployment
2021-12-23 18:57:14 +08:00