4429 Commits

Author SHA1 Message Date
gaotingquan
7513c0b52f feat: support freeeze subnet
freeze subnet specified with the specified layer name by setting OutputTensor.stop_gradient=True
2022-09-28 20:13:19 +08:00
gaotingquan
d670f2e497 rename config file ImageOrientation to PPLCNet_x1_0 2022-09-28 20:01:48 +08:00
gaotingquan
bf91fbfbe4 add warning msg 2022-09-28 20:01:48 +08:00
gaotingquan
75e1291528 debug 2022-09-28 20:01:48 +08:00
gaotingquan
e31509ee81 fix hyperparams & mv to PULC 2022-09-28 20:01:48 +08:00
gaotingquan
19840cb046 refactor: to be pythonic 2022-09-28 20:01:48 +08:00
gaotingquan
e823f17853 feat: support training image orientation model
add the config of orientation model
add the preprocess op RandomRot90 that can rotate the img and return the orientation
add the CustomLabelDataset that support getting label by preprocess
refactor some preprocess ops to support dict parameter and return dict
2022-09-28 20:01:48 +08:00
Walter
59a6cfc3e7
Merge pull request #2355 from zengshao0622/shitu_eval
add shitu pipeline evaluation
2022-09-28 11:23:54 +08:00
zengshao0622
849406a38c rename eval file 2022-09-27 13:22:32 +00:00
HydrogenSulfate
db80bfb5ab change return type from float to Constant when self.learning_rate is an float number 2022-09-27 19:46:20 +08:00
zengshao0622
fc9140c20a add shitu pipeline evaluation 2022-09-27 09:52:17 +00:00
gaotingquan
0160b8dd0d fix 2022-09-27 11:56:42 +08:00
littletomatodonkey
e8661fd419
fix distillation link (#2348) 2022-09-26 15:35:46 +08:00
zhengya01
091cb607f6 fix tipc log 2022-09-23 18:53:35 +08:00
zhengya01
8897aba3d0 fix tipc ptq log 2022-09-23 18:53:35 +08:00
gaotingquan
a3f09a8705 docs: fix invalid links 2022-09-23 14:36:50 +08:00
gaotingquan
81aabaee4c docs: fix word misspelling 2022-09-23 14:36:50 +08:00
HydrogenSulfate
1d397104be
Merge pull request #2337 from HydrogenSulfate/add_optional_det
Add flexible configuration of PP-ShiTu detection model
2022-09-22 20:39:10 +08:00
HydrogenSulfate
e44ecc1987 update PP-ShiTu inference doc 2022-09-22 03:03:30 +00:00
HydrogenSulfate
b31d67ea32 add flexible configuration for disable det model(C++) 2022-09-22 02:42:48 +00:00
HydrogenSulfate
6cf954e1c7 add flexible configuration for disable det model 2022-09-21 13:37:20 +00:00
HydrogenSulfate
3faa1b8082
Merge pull request #2321 from HydrogenSulfate/add_shitu_android_demo2
Add shitu android demo2
2022-09-21 17:33:41 +08:00
HydrogenSulfate
b965d495ec update shitu android demo README 2022-09-21 16:07:05 +08:00
gaotingquan
d2a3740fc5 docs: fix soft link, test=document_fix 2022-09-21 14:01:44 +08:00
gaotingquan
0aeb80070b docs: fix the invalid link, test=document_fix 2022-09-21 14:01:44 +08:00
gaotingquan
6333895c22 docs: fix soft links 2022-09-21 14:01:44 +08:00
gaotingquan
69b53bc95f tipc: modify the statistical range of log
the ips is unstable in the first 50 iter when training lite modle.
2022-09-21 13:58:00 +08:00
cuicheng01
ad99540bbc
Merge pull request #2329 from cuicheng01/add_table_attribute_doc
update table_attribute demo imags
2022-09-20 21:26:05 +08:00
Walter
69500d8368
Merge pull request #2328 from zengshao0622/fix_scenarios_doc
fix shitu scenarios doc
2022-09-20 20:39:42 +08:00
cuicheng01
9dec4c2cae update table_attribute demo imags 2022-09-20 11:45:07 +00:00
zengshao0622
6f78dbd636 fix scenarios doc 2022-09-20 11:34:37 +00:00
cuicheng01
8f7e260218
Merge pull request #2326 from PaddlePaddle/fix_bug
fix bugs to adapt to the new framework
2022-09-20 19:05:42 +08:00
cuicheng01
5957d242f2
Merge pull request #2323 from cuicheng01/add_table_attribute_doc
add table_attribute docs
2022-09-20 19:05:16 +08:00
HydrogenSulfate
845e81f46c fix script for building index 2022-09-20 18:52:13 +08:00
HydrogenSulfate
f7a9a0aea2
Merge pull request #2289 from RainFrost1/develop
update pp-shituv2 doc
2022-09-20 18:46:41 +08:00
cuicheng01
50fc7d0eae fix bugs to adapt to the new framework 2022-09-20 10:06:20 +00:00
dongshuilong
b16732edf3 merge develop 2022-09-20 17:26:43 +08:00
dongshuilong
36fe2b6740 update lite_shitu doc 2022-09-20 17:15:18 +08:00
dongshuilong
bbf6896501 update lite_shitu doc 2022-09-20 17:15:06 +08:00
dongshuilong
8211c0391e fix shitu_index manager bug 2022-09-20 17:12:55 +08:00
HydrogenSulfate
934121adaa
Merge pull request #2322 from HydrogenSulfate/fix_constlr
fix Constant learning rate bug
2022-09-20 16:38:57 +08:00
HydrogenSulfate
6125fa941b change Constant to ConstLR 2022-09-20 14:45:02 +08:00
cuicheng01
74eb371dd6 add table_attribute docs 2022-09-20 04:37:52 +00:00
gaotingquan
74545c043c docs: ln -s model_list.md README.md 2022-09-20 12:23:15 +08:00
HydrogenSulfate
cc12db099c fix Constant learning rate bug 2022-09-20 12:01:52 +08:00
HydrogenSulfate
74c43b6044 update related docs for android demo quick start 2022-09-20 11:49:59 +08:00
HydrogenSulfate
f9b8f5307d release shitu android demo 2022-09-20 11:44:05 +08:00
cuicheng01
9e30739c8e
Merge pull request #2312 from PaddlePaddle/update_attribute_docs
update PULC_attr docs
2022-09-19 16:42:22 +08:00
HydrogenSulfate
c890a13c1f
Merge pull request #2313 from HydrogenSulfate/fix_LR
fix bug for warmup_steps setting
2022-09-19 15:05:25 +08:00
HydrogenSulfate
27101d3d88 fix bug for warmup_steps setting 2022-09-19 14:37:15 +08:00