Commit Graph

186 Commits (eea75a1d933d07957f95840dfa3c0706c3542e6b)

Author SHA1 Message Date
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
minqiyang 4bf3c8c5a1 Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
fengjiayi 604bd85a45 update inference_optimize()
7 years ago
tangwei12 04b1df2ac8
Merge branch 'develop' into dis_ckpt_fix
7 years ago
tangwei12 2c05e37a77 hidden slice_vars in distribute transpile, hidden it to users
7 years ago
Wu Yi 9f0d9dffe6
hide variable API (#12307)
7 years ago
Wu Yi db67d60e31
Remove block api (#12107)
7 years ago
chengduo 86b0a72576
Refine multi thread cpu parallel exe (#11406)
7 years ago
yuyang18 a1e88c467a
Fix import error
8 years ago
Wu Yi 26ff5a53ee Add note when import core.so error (#11918)
8 years ago
fengjiayi fa1fb12b93
Merge pull request #11706 from JiayiFeng/expose_Parameter_2
8 years ago
fengjiayi d0a8eea2c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into expose_Parameter_2
8 years ago
tangwei12 b6e63554e6 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
8 years ago
fengjiayi e9ed62bfed make framework.Parameter public
8 years ago
gongweibao 67ab324090
Remove duplicated code. (#11685)
8 years ago
tangwei12 fb7e479188 merger paddle develop
8 years ago
Yancey 0d4b376fc0
Merge pull request #11585 from Yancey1989/fix_pserver_sub_blocks
8 years ago
Luo Tao d3dd034524 add example of clone(for_test)
8 years ago
Yancey1989 aa84b21e3b fix unit tests
8 years ago
Yancey1989 56a903d3ac use optimize block list instead of first optimize block
8 years ago
tangwei12 e589005229 merge
8 years ago
Yu Yang b94f7848c4
Merge pull request #11531 from reyoung/feature/non_layer_api_doc
8 years ago
chengduo 59bfa4911d
Merge pull request #11558 from JiayiFeng/doc_framework
8 years ago
tangwei12 c073bb3b2c code style
8 years ago
chengduoZH 5f9d410e20 follow comment
8 years ago
tangwei12 5a4a24cce1
Merge branch 'develop' into ckpt_m2
8 years ago
yuyang18 9942a3048d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/non_layer_api_doc
8 years ago
chengduoZH 7cd4d0ac21 add Doc fluid.Parameter, program and block
8 years ago
Qiyang Min a29cb4be2a Fix decay bug (#11520)
8 years ago
chengduoZH 527b22f2cb Merge branch 'doc_framework' of https://github.com/JiayiFeng/Paddle into doc_framework
8 years ago
fengjiayi 6046ab5710 Add doc reference to Variable and Parameter
8 years ago
yuyang18 1c19f1ab44 Do not change API in doc PR
8 years ago
tangwei12 1296d96e2e add raw clone
8 years ago
tangwei12 30880844bb merge develop
8 years ago
yuyang18 ea44157b09 Add APIs
8 years ago
yuyang18 08995ac94d Add program
8 years ago
tangwei12 985026ce42 add checkpoint_notify in python
8 years ago
dzhwinter 6ac8383f28 "fix based comments"
8 years ago
dzhwinter 541ddf7e24 squash to one pr
8 years ago
typhoonzero e7f820762a small fix
8 years ago
Yu Yang 71988fa398
Merge pull request #11287 from reyoung/feature/remove_op_role_from_doc
8 years ago
dzhwinter f7c96f079b
Big data op_test benchmark, for checking output consistent in different runs. (#10646)
8 years ago
yuyang18 2dd66ef65e Do not generate doc for op_role and op_attr_name
8 years ago
qiaolongfei 9f4b66f684 table gradient should be split and send to each pserver
8 years ago
yuyang18 0e5a278c23 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/support_op_role
8 years ago
dzhwinter 5828101c23
make uint8 support in data_type transform and memory optimize (#10715)
8 years ago
yuyang18 44c52a8c1a Polish op_proto_maker
8 years ago
yuyang18 017bba1664 Add op role
8 years ago
typhoonzero 0ae726f060 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_nccl_id_op
8 years ago
fengjiayi ba57348f8f trainer.test() (#10453)
8 years ago
typhoonzero a135fec1fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_nccl_id_op
8 years ago
whs f43b71b242
Fix clone function of Program to avoid memory leak. (#10358)
8 years ago
typhoonzero a529d790b6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_nccl_id_op
8 years ago
typhoonzero 0598a4b366 fix ci
8 years ago
Yancey1989 ea522dabc9 refine delete ops
8 years ago
Yancey1989 4145258296 fix delete_ops
8 years ago
qingqing01 4434f8b4bd
Use the OrderedDict in the framework.py for the variable map. (#10282)
8 years ago
Kexin Zhao 0ecc6fa8f3 Add float16 transpiler and image classification example (#10109)
8 years ago
qiaolongfei 39f6274ecc follow comment, optimize code
8 years ago
Yiqun Liu 598035f985 Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011)
8 years ago
whs ef169eb996
Merge pull request #9459 from wanghaoshuang/fix_avg
8 years ago
Yang Yang(Tony) a64edbf14e
delete backward.cc related code on the python side (#9854)
8 years ago
Luo Tao e7467d94a0 add remove_op, remove_var in Python end
8 years ago
qiaolongfei 055662f9f4 add insert_op for block
8 years ago
typhoonzero 4459fa6726 fix seq tag model dist transpile
8 years ago
fengjiayi 38ba7e5af4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_reader
8 years ago
gongweibao 6651301b29
Modify comments of `sync_with_cpp`
8 years ago
wanghaoshuang 2e40660e7a Fix some issues.
8 years ago
typhoonzero a16a872783 update
8 years ago
wanghaoshuang 19db989ec2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_avg
8 years ago
Luo Tao 103407aa60 refine sync_with_cpp when remove ops or remove vars
8 years ago
JiayiFeng de2d82d6a9 fix a bug
8 years ago
fengjiayi 44d5f42a7e update reader
8 years ago
wanghaoshuang 9708b21f19 Refine average model option
8 years ago
wanghaoshuang 92a01d4994 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into average_model
8 years ago
wanghaoshuang aee686771c Add clone_variable function for Block class.
8 years ago
Thuan Nguyen 1e4c504e60 Implement Select OP (#9088)
8 years ago
kexinzhao 6720681cc2 Enable is_test attr of batch norm and drop out op for test program (#8642)
8 years ago
typhoonzero 17a311e285 fix rename de-ref again
8 years ago
Abhinav Arora 0d878e4c09
Add Go_op, Channel_create, channel_close, channel_send and channel_receive ops (#8593)
8 years ago
Tao Luo 62698d6e17
Merge pull request #8634 from typhoonzero/fix_renamevar_ref
8 years ago
typhoonzero 1e9efc2272 add comments
8 years ago
typhoonzero bd87882651 fix rename_var deref
8 years ago
Yancey c02f773a53
Fix dist demo var type error (#8600)
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago