2671 Commits

Author SHA1 Message Date
Walter
1ba09eefe5
Merge pull request #1315 from RainFrost1/slim_load_pretrained
fix slim load pretrained model bug
2021-10-18 19:55:14 +08:00
dongshuilong
31f3ed7fde fix autolog warmup bug for whole train lite_train_infer mode 2021-10-18 10:18:43 +00:00
dongshuilong
14c43838a6 fix slim load pretrained model bug 2021-10-18 10:12:42 +00:00
dongshuilong
0e20e60f6b fix slim load pretrained model bug 2021-10-18 10:07:14 +00:00
dongshuilong
98bcc91597 update ResNet50_vd.txt for whole chain infer mode 2021-10-18 08:39:27 +00:00
Wei Shengyu
3c148cb56a
update return res method and fix amp bug (#1309)
* fix amp bug; update return res method

* support index for list object for return res
2021-10-15 18:25:50 +08:00
cuicheng01
ab92b397e0
Merge pull request #1300 from TingquanGao/dev/fix_config
fix: fix config
2021-10-15 15:37:19 +08:00
cuicheng01
38bdf3c8ff
Merge pull request #1308 from PaddlePaddle/develop
Update install_en.md
2021-10-15 15:14:58 +08:00
cuicheng01
70baba549a
Merge pull request #1293 from cuicheng01/develop
Add PP-LCNet docs
2021-10-15 14:24:44 +08:00
Wei Shengyu
9a3b36d163
Update install.md 2021-10-15 11:25:22 +08:00
Wei Shengyu
a3d91b7250
Update install_en.md 2021-10-15 11:24:36 +08:00
Wei Shengyu
4fbc21b83a
Merge pull request #1305 from PaddlePaddle/develop
Merge develop into release/2.3
2021-10-15 11:23:26 +08:00
Wei Shengyu
337de46877
Update getting_started_retrieval.md 2021-10-14 20:16:34 +08:00
cuicheng01
612eedbbc5 Update recognition config 2021-10-14 11:57:00 +00:00
cuicheng01
2677d41998 update recognition configs 2021-10-14 11:13:57 +00:00
gaotingquan
c1f02b510d docs: update installation docs 2021-10-14 11:01:17 +00:00
cuicheng01
1700439fff Update PP-LCNet docs 2021-10-14 05:21:04 +00:00
cuicheng01
63028eaf19 Update PP-LCNet docs 2021-10-14 05:17:14 +00:00
cuicheng01
7fca8d9e82 Update PP-LCNet docs 2021-10-14 05:13:17 +00:00
cuicheng01
7b75bb9ab0 Update PP-LCNet docs 2021-10-14 05:06:16 +00:00
cuicheng01
233ad8ed24 Update PP-LCNet docs 2021-10-14 05:00:00 +00:00
cuicheng01
e3d71bf591 Update PP-LCNet docs 2021-10-14 04:52:31 +00:00
cuicheng01
af9b7e817a Update PP-LCNet docs 2021-10-14 04:21:38 +00:00
dongshuilong
c2a9f8830e update profiler 2021-10-13 09:30:11 +00:00
dongshuilong
272bc9481d Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleClas into benchmark 2021-10-13 09:26:28 +00:00
Walter
9ce7037f3d
Merge pull request #1301 from RainFrost1/add_model
change infer batch_size to 1|16 for whole_train
2021-10-13 10:26:34 +08:00
dongshuilong
936ead6001 change infer batch_size to 1|16 for whole_train 2021-10-12 11:02:19 +00:00
Wei Shengyu
b6c241cbce
Merge pull request #1296 from weisy11/develop
update visualdl version
2021-10-12 17:38:40 +08:00
Wei Shengyu
9312a29bc5
Merge pull request #1295 from weisy11/release/2.3
change version of visualdl to 2.2.0
2.3.0
2021-10-12 17:38:28 +08:00
gaotingquan
8a5624f835 fix: fix config 2021-10-12 09:05:03 +00:00
Walter
5c5170e31d
Merge pull request #1298 from RainFrost1/add_model
add lite model for whole chain
2021-10-12 14:16:25 +08:00
dongshuilong
e64b93e058 add lite model for whole chain 2021-10-12 03:45:59 +00:00
littletomatodonkey
f8b420946c
fix cspnet (#1282)
* fix cspnet

* minor fix
2021-10-11 17:23:31 +08:00
weishengyu
0e2080b2ae update visualdl version 2021-10-11 17:14:54 +08:00
weishengyu
91d9c24343 change version of visualdl to 2.2.0 2021-10-11 17:14:15 +08:00
cuicheng01
626c4f1258 Update PPLCNet docs 2021-10-11 08:48:34 +00:00
cuicheng01
013fa14126 Update PP-LCNet doc 2021-10-11 08:43:53 +00:00
cuicheng01
13527930a2 Update PP-LCNet doc 2021-10-11 08:37:48 +00:00
Walter
d2db354b51
Merge pull request #1290 from RainFrost1/release/2.3
[Cherry pick]fix distributied training bug for rec slim model
2021-10-11 10:26:32 +08:00
Walter
9439fe2a7c
Merge pull request #1289 from RainFrost1/rec_slim
fix distributied training bug for rec slim model
2021-10-11 10:23:41 +08:00
dongshuilong
070f128040 fix distributied training bug for rec slim model 2021-10-09 08:47:47 +00:00
dongshuilong
3b5f2688aa fix distributied training bug for rec slim model 2021-10-09 08:42:12 +00:00
littletomatodonkey
0f73d0a697
add mainbody doc of lite (#1283)
* add mainbody doc of lite

* Update mainbody_detection.md

* fix typo
2021-10-09 14:43:33 +08:00
贾晓
cc230f011e
Merge pull request #1277 from TingquanGao/dev/fix_opt
fix: support static graph
2021-10-09 13:03:03 +08:00
littletomatodonkey
0725a66676
Develop (#1285) (#1286)
* Update wx_group.png

* Update wx_group.png

Co-authored-by: lilithzhou <80816848+lilith-zy@users.noreply.github.com>
2021-10-08 15:16:35 +08:00
lilithzhou
27be97d557
Develop (#1285)
* Update wx_group.png

* Update wx_group.png
2021-10-08 15:15:47 +08:00
gaotingquan
7dcb2d4fd0 fix: raise exception
raise exception about using no_weight_decay of AdamW in static graph
2021-09-30 10:48:36 +00:00
dongshuilong
6c6fe7deab update benchmark 2021-09-30 08:35:27 +00:00
gaotingquan
c7aeec28e2 fix: support static graph 2021-09-30 06:57:17 +00:00
gaotingquan
0dccfb917d fix: interpolation maybe be 0 2021-09-30 06:49:41 +00:00