Commit Graph

4820 Commits (726c0fb901912d83fadee835c7cc618f13126870)

Author SHA1 Message Date
Yancey bd0f8f8d52
Merge pull request #11054 from velconia/update_simple_distranspiler
7 years ago
Yuan Gao d3e99aeec3 add normalize switch to box_coder_op (#11129)
7 years ago
minqiyang 0ed461df70 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_simple_distranspiler
8 years ago
baiyf 663f4e6168 Fix bilinear_op Python API (#11117)
8 years ago
chengduo 6915d51c14
Merge pull request #11062 from chengduoZH/refine_batch_py
8 years ago
minqiyang eacac49bcd 1. update test_split_var: replace split with slice
8 years ago
whs 86d8659c8d
Add python wrapper for gather op. (#11033)
8 years ago
whs 28dc9ba3c1
Add shape op to get the shape of variable. (#11048)
8 years ago
minqiyang b33ea7be2d 1. change the variable name from align_var_to_block to slice_var_up
8 years ago
whs 85c203b117
Make bilinear_interp_op support attrs from input. (#11041)
8 years ago
minqiyang 9d92dcea0a 1. import fluid to dist transpiler test
8 years ago
minqiyang e90bfd562b 1. Make a base unittest class for dist transpiler unittest
8 years ago
Qiyang Min b31647c67d
Merge branch 'develop' into update_simple_distranspiler
8 years ago
Wu Yi d90610624f
Cleanup transpiler and move weight decay and clip on pservers (#11039)
8 years ago
minqiyang 0abf173ed5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_simple_distranspiler
8 years ago
minqiyang a4d88fb642 1. remove simple distranspiler from transpiler/ repo
8 years ago
Tao Luo ccf61b3066
Merge pull request #10703 from mozga-intel/mozga-intel/Mul_mkldnn_withdraw
8 years ago
chengduoZH 164692da9a drop the last batch, if the size of last batch is not equal to batch_size
8 years ago
minqiyang 8248333ad2 remove simple distranspiler in transpiler/ repo
8 years ago
Nicky Chan df300fffd5
Merge pull request #11056 from nickyfantasy/refract_machine_translation_test
8 years ago
Kexin Zhao 83fb834f8c
Modify RNN encoder decoder example using new LoDTensor API (#11021)
8 years ago
Nicky 6f3c7d9b24 Simplify and make a clear function name
8 years ago
minqiyang a2c017da9b 1. merge simple_dist_transpiler to distribute_transpiler
8 years ago
Haichao Zhang 21e794cf67 change name debuger to debugger (#10949)
8 years ago
Xin Pan 35d5b1b9e2
Merge pull request #11036 from panyx0718/dist_timeline
8 years ago
Xin Pan f14e579cc3 clean up
8 years ago
fengjiayi 32c0e82ca0 fix two bugs
8 years ago
Yu Yang 14905516aa
Merge pull request #10970 from JiayiFeng/dev_add_random_crop_op
8 years ago
fengjiayi 3bce3dbce1 fix a bug
8 years ago
Xin Pan 3cb6395688 better profiler and benchmark
8 years ago
mozga-intel 30d32035b2 Withdraw mkldnn mul
8 years ago
fengjiayi c95cd4742f
Merge pull request #10975 from JiayiFeng/fix_bug_in_uint8_support
8 years ago
qingqing01 3a29821bd5
Develop a fake dequantized op for fixed-point quantization training framework. (#10965)
8 years ago
walloollaw 3e177b9d91 ISSUE-10996: support name setting for layers topk/softmax/concat/dropout (#10999)
8 years ago
Kexin Zhao 60783a753a
Modify machine translation example using new LoDTensor API (#11018)
8 years ago
Siddharth Goyal 88aa2d8a6a
Fix order of inputs in infer() of label_semantic example (#10993)
8 years ago
Qiyang Min 580340eeb2 Shutdown pserver gracefully when SIGINT and SIGTERM was sent (#10984)
8 years ago
Qiao Longfei ab953baec6
Merge pull request #10973 from jacquesqiao/fix-prefetch
8 years ago
qingqing01 15db5a5565
Support groups in transposed conv2d API. (#11005)
8 years ago
qiaolongfei 59a25fd2c9 update
8 years ago
qiaolongfei 74701b2692 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-prefetch
8 years ago
qiaolongfei 21f068ab19 optimize the name of table_grad_list
8 years ago
qiaolongfei 16027ea111 use block.clone_variable instead of _clone_var
8 years ago
fengjiayi 3bcb67f1db fix a bug
8 years ago
Yancey1989 60d827a8b9 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into overlap_send_op
8 years ago
Yancey1989 20c24c05aa singleton rpc_client
8 years ago
qiaolongfei c797adede7 append table grad to grad_to_block_id
8 years ago
fengjiayi 9752e5bcbd Add uint8 support in data_feeder.py
8 years ago
qiaolongfei 9f4b66f684 table gradient should be split and send to each pserver
8 years ago
fengjiayi 291f7f8ce5 fix a error
8 years ago