Commit Graph

178 Commits (develop)

Author SHA1 Message Date
WeiXin ee1801c1ad
Save load/save pickle protocol (#31044)
5 years ago
WeiXin c0fb03a0dc
Supplement PR29988(https://github.com/PaddlePaddle/Paddle/pull/29988) (#30507)
5 years ago
WeiXin 18ecd433f5
Avoid bug on 'MAC python3.5/6'. (#30485)
5 years ago
WeiXin e5bb4edb2c
perfect 'var_list' of static.load/fluid.load (#30457)
5 years ago
WeiXin f43e1d8c57
Support storage of large parameters (#29988)
5 years ago
QingshuChen 64f29fbb70
update kunlun conv2d/softmax/elementwise implemetation (#29229)
5 years ago
Chen Weihang 0dfb81614b
polish static save load doc, test=document_fix (#29115)
5 years ago
Chen Weihang d0129fcd88
Add static_only decorator for static apis (#29015)
5 years ago
Chen Weihang a1486091f1
Polish load_program_state design to loading file onebyone (#29041)
5 years ago
QingshuChen 30ef3815b3
adjust kunlun header file (#28536)
5 years ago
Shibo Tao db2e6cee62
add two paddle-2.0 apis: paddle.static.io.save_inference_model and paddle.static.io.load_inference_model (#28606)
5 years ago
石晓伟 0d27591642
save operator version infomation to program desc, test=develop (#27668)
6 years ago
Kaipeng Deng 18f2ea66bd
remove paddle.readers API (#26727)
6 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
6 years ago
tangwei12 caa90a6510
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957)
6 years ago
Aurelius84 dfe4e67e7a
Add friendly Error message in save_inference_model (#25617)
6 years ago
hong c85c7b2264
Enable load program state in imperative mode (#24998)
6 years ago
Yang Zhang 0494239b1f
Reduce logging verbosity when loading checkpoints (#24287)
6 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
6 years ago
Chen Weihang 2424297f42
add dygraph not support limit for io apis, test=develop (#24342)
6 years ago
Leo Chen 5b285470db
Fix error message of load_inference_model (#24314)
6 years ago
Leo Chen 381492fca3
add try finally, test=develop (#24243)
6 years ago
石晓伟 46f3139c7f
supports loading model from memory, test=develop (#24098)
6 years ago
Kaipeng Deng 80cf3c3c4d
Refine DataLoader support multi-processing (#23107)
6 years ago
Chen Weihang f10100ebe4
API (save/load series) error message enhancement (#23644)
6 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
6 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
Kaipeng Deng f5db451d3b
fix compute priority. test=develop (#22619)
6 years ago
songyouwei b768708e5d
fix pickle load encoding between python 2 and 3 (#22621)
6 years ago
songyouwei cb4560b79d
python 2 and 3 compatible pickle (#22555)
6 years ago
Kaipeng Deng 57de4842e6
optimizer var exlcude fluid.data var. test=develop (#22594)
6 years ago
hong 6980239632
Enhance load program state (#22546)
6 years ago
songyouwei 4bf2ccaa52 fix save_dygraph & save with nonexistent dir (#22266)
6 years ago
hong 9f7d90d203
Load inference enhance (#21919)
6 years ago
Leo Chen 25e765a4fe
Copy stop_gradient property of variable in clone (#21825)
6 years ago
tangwei12 9ad940fdfe
memory leak for cpu (#21174)
6 years ago
hong ff0886a92a
save load problem fix and new feature add (#20823)
7 years ago
Yang Zhang cf670ec9ce Serialize to pickle format (#20820)
7 years ago
guofei 9b85f40140 Modify English documents (#20452)
7 years ago
hong a1f54a8935
get shape from var desc to avoid run startup program; test=develop (#20499)
7 years ago
juncaipeng 5ed23c6082
Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287)
7 years ago
hong fa43e80e19 New save load interface (#20148)
7 years ago
Zhen Wang 2c71de243d
Fix docs of load_inference_model&load_params&load_persistables&chain. (#20274)
7 years ago
mapingshuo 5e99f31b7e add a new interface _prune_with_input (#20022)
7 years ago
hong 4e99c2af0a
Add shape check in load model (#19936)
7 years ago
石晓伟 01b9d07963
update operator compatible info, test=develop (#19978)
7 years ago
Ghost Under Moon 790d5226b5 give warnings when save a model without any parameters (#19931)
7 years ago
Ghost Under Moon 4836ee68fb warning when user save a inference model which contains auc op test=develop (#19838)
7 years ago
mapingshuo dca9b6c5b0 add feed_var_names to Prune interface (#19589)
7 years ago