Commit Graph

165 Commits (39d5bb6dce23d4bd9c1ef47ad6f2c5e50dba516a)

Author SHA1 Message Date
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
5 years ago
tangwei12 caa90a6510
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957)
5 years ago
Aurelius84 dfe4e67e7a
Add friendly Error message in save_inference_model (#25617)
5 years ago
hong c85c7b2264
Enable load program state in imperative mode (#24998)
5 years ago
Yang Zhang 0494239b1f
Reduce logging verbosity when loading checkpoints (#24287)
5 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
5 years ago
Chen Weihang 2424297f42
add dygraph not support limit for io apis, test=develop (#24342)
5 years ago
Leo Chen 5b285470db
Fix error message of load_inference_model (#24314)
5 years ago
Leo Chen 381492fca3
add try finally, test=develop (#24243)
5 years ago
石晓伟 46f3139c7f
supports loading model from memory, test=develop (#24098)
5 years ago
Kaipeng Deng 80cf3c3c4d
Refine DataLoader support multi-processing (#23107)
5 years ago
Chen Weihang f10100ebe4
API (save/load series) error message enhancement (#23644)
5 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
5 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
Kaipeng Deng f5db451d3b
fix compute priority. test=develop (#22619)
5 years ago
songyouwei b768708e5d
fix pickle load encoding between python 2 and 3 (#22621)
5 years ago
songyouwei cb4560b79d
python 2 and 3 compatible pickle (#22555)
5 years ago
Kaipeng Deng 57de4842e6
optimizer var exlcude fluid.data var. test=develop (#22594)
5 years ago
hong 6980239632
Enhance load program state (#22546)
5 years ago
songyouwei 4bf2ccaa52 fix save_dygraph & save with nonexistent dir (#22266)
5 years ago
hong 9f7d90d203
Load inference enhance (#21919)
5 years ago
Leo Chen 25e765a4fe
Copy stop_gradient property of variable in clone (#21825)
5 years ago
tangwei12 9ad940fdfe
memory leak for cpu (#21174)
5 years ago
hong ff0886a92a
save load problem fix and new feature add (#20823)
5 years ago
Yang Zhang cf670ec9ce Serialize to pickle format (#20820)
5 years ago
guofei 9b85f40140 Modify English documents (#20452)
5 years ago
hong a1f54a8935
get shape from var desc to avoid run startup program; test=develop (#20499)
5 years ago
juncaipeng 5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287)
5 years ago
hong fa43e80e19 New save load interface (#20148)
5 years ago
Zhen Wang 2c71de243d
Fix docs of load_inference_model&load_params&load_persistables&chain. (#20274)
5 years ago
mapingshuo 5e99f31b7e add a new interface _prune_with_input (#20022)
5 years ago
hong 4e99c2af0a
Add shape check in load model (#19936)
5 years ago
石晓伟 01b9d07963
update operator compatible info, test=develop (#19978)
5 years ago
Ghost Under Moon 790d5226b5 give warnings when save a model without any parameters (#19931)
5 years ago
Ghost Under Moon 4836ee68fb warning when user save a inference model which contains auc op test=develop (#19838)
5 years ago
mapingshuo dca9b6c5b0 add feed_var_names to Prune interface (#19589)
6 years ago
chengduo 4278518fb0
Update CompiledProgram (#18919)
6 years ago
Zeng Jinle 561232c25a
remove is_mem_optimized in Program, test=develop (#19307)
6 years ago
wuzewu 6fc1defd77 Fix compatibility issue of fluid.io.save_vars on windows platform (#19181)
6 years ago
Zeng Jinle 0f9b33954a
move python reader api to fluid.io module, test=develop (#19143)
6 years ago
tangwei12 0b9acb4912
add check of executor (#17986)
6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
songhao 6b3d96254d fix some bug when merge sparse embedding parameters, test=develop (#18223)
6 years ago
Huihuang Zheng bbc292920c
Fix API example code (#18176)
6 years ago
tangwei12 101f74cb19
fix save/load in fleet (#17675)
6 years ago
Kaipeng Deng 96ee528e3e
fix logging basicConfig cannot be setting after import paddle (#17786)
6 years ago
Zhen Wang 8bd651b7ed
Fix the bug in the AnalysisPredictor and add more directions about io APIs. (#17639)
6 years ago
Zhen Wang ad8bbe587e
Fix some api example codes' bugs and these APIs include load_inference_model, load_vars, save_vars, L1DecayRegularizer and L2DecayRegularizer. (#17324)
6 years ago
lujun a88a1faa48
Format file path (#17280)
6 years ago