Commit Graph

6004 Commits (038e2817f0208f8de3761854700ff01fc5c28362)

Author SHA1 Message Date
luotao1 2049139f9f only change rpath in Release mode
8 years ago
minqiyang 5a83776751 Port test_desc_clone
8 years ago
minqiyang 50d66a0790 Fix prelu_op
8 years ago
tangwei12 7dbf5f1244
Update distribute_transpiler.py
8 years ago
tangwei12 c0a95bb2d8
Update io.py
8 years ago
chengduo 3ae97aab6c
fix trainer load parameters (#12816)
8 years ago
minqiyang beb93bb901 Fix ut bug for graph_test
8 years ago
tensor-tang e955361267
Merge pull request #12737 from tensor-tang/feature/op/fusion_lstm
8 years ago
Chen Weihang 57b34d9196
Merge pull request #12808 from chenwhql/remove_inplace_param_in_squeeze_and_unsqueeze
8 years ago
qingqing01 c62f68cb94
Fix bug in conditional_block_op. (#12246)
8 years ago
chenweihang bc471b6ac4 refactor: remove inplace parameter from squeeze and unsqueeze op
8 years ago
Yu Yang c6af7201e9
Merge pull request #12692 from reyoung/feature/fast_executor
8 years ago
tangwei12 5fa1f05c9d code clean and rename
8 years ago
tangwei12 bf2f1599f9 code clean
8 years ago
tensor-tang 674b719bf4 add print
8 years ago
tensor-tang b090479409 Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
8 years ago
tensor-tang f6d073422c refine fusion lstm op test
8 years ago
tangwei12 3efac174ea Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
8 years ago
tangwei12 8cfcbabf5e fix dist unittest
8 years ago
tangwei12 dbb4f0d35d Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dis_ckpt_fix
8 years ago
Qiao Longfei fd10669ecb
Add dependency to send recv (#12760)
8 years ago
minqiyang f4999e4f39 Remove unused six and missing six import
8 years ago
tangwei12 c24a9263ba Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
8 years ago
tangwei12 7715cdc69b add unit test in dist transpiler
8 years ago
tangwei12 bb9f494740 merge develop
8 years ago
tangwei12 eba7177475 add unit test and code fix
8 years ago
Qiao Longfei 653fad08f8
Optimize selected rows for dist lookup table with pthread rwlock (#12635)
8 years ago
tangwei12 479a443f68 name optimized
8 years ago
tangwei12 0749c8822d
Merge pull request #12556 from seiriosPlus/samplingIdOp
8 years ago
minqiyang 1ef5f2c3e8 Make flowers reader and parallel_executor more efficient
8 years ago
minqiyang e398348e7e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
Qiyang Min 340a104c58
Merge pull request #12658 from velconia/port_pybind11
8 years ago
tangwei12 125e9166e1 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
8 years ago
tensor-tang b599bd8d46 Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
8 years ago
dzhwinter d7873e1412
remove patchelf in windows (#12710)
8 years ago
tensor-tang a72f68f223 Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
8 years ago
tensor-tang df28a3b452 fix lod and op test
8 years ago
tensor-tang f3cd2612ae refine fc and use the fc compute in fusion_lstm
8 years ago
qingqing01 c44fb00371
Add name in relu and log API. (#12438)
8 years ago
tensor-tang 40138c4cd6 add unit test of fusion lstm op
8 years ago
minqiyang 99d3f08920 Add print_function for all python files
8 years ago
jerrywgz c108376506 Add three modes for prelu_op (#12630)
8 years ago
gongweibao d06849305a
parameter dispather. (#12666)
8 years ago
tensor-tang efc5392d97
Merge pull request #12676 from tensor-tang/refine/op/fc
8 years ago
minqiyang a32ce8c444 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
tangwei12 baa6273c54 unit test optimize
8 years ago
minqiyang 507f479732 Polish code
8 years ago
tangwei12 09e30eeeda
Merge pull request #12696 from seiriosPlus/lookuptable_size_on_pserver_fix
8 years ago
minqiyang 0d7047ca79 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
yuyang18 d1d825ee02 Hide unnecessary API
8 years ago
yuyang18 265302edea Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fast_executor
8 years ago
tangwei12 13e99cf92f add unit test
8 years ago
Wu Yi bd87f67f0e
Dist transpile can pass startup program by argument (#12606)
8 years ago
Bai Yifan 9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. (#12422)
8 years ago
tangwei12 ed937bc6f8 merge
8 years ago
tangwei12 e73fc973d6 revert trainer py
8 years ago
minqiyang 4d4491ef6a Fix new added code
8 years ago
minqiyang 77f12e000f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
fengjiayi d6b5302bd6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_op_tensor_support
8 years ago
tensor-tang 0098a494a2 Merge remote-tracking branch 'ups/develop' into refine/op/fc
8 years ago
gongweibao 842fb021b3
Fix clone() bug. (#12583)
8 years ago
Qiao Longfei 5d579e1a96
add export_for_deployment flag to save_inference_model (#12582)
8 years ago
minqiyang 1f86c88f4a Remove random order of fetch_list in test_random_crop_op
8 years ago
tangwei12 f42247e55f change to int to compatible with py3
8 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
8 years ago
tangwei12 0707abb51b lookup table fix
8 years ago
minqiyang 5338417b47 Polish code style
8 years ago
minqiyang ae39709e59 Polish code
8 years ago
minqiyang 1800fef142 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
yuyang18 05cadf1b24 Add FastExecutor
8 years ago
tensor-tang b9dbb7c5cb fix bias attri in mkldnn fc
8 years ago
tangwei12 64683cf84a fix
8 years ago
tangwei12 011ff6bce1 bug fix
8 years ago
tensor-tang 45d0259a67 add fc forward test
8 years ago
tangwei12 59580a7f69 bug fix
8 years ago
Wu Yi 8b77448d5f
hide misc APIs (#12540)
8 years ago
Wu Yi d3da0ef9f6
Fix dist train with rmsprop (#12649)
8 years ago
Jiabin Yang 989cae25dd fix the numpy version has to be lower than 1.15 (#12523)
8 years ago
minqiyang 92aa20616d Polish the code style
8 years ago
minqiyang 68b221401d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
tangwei12 3972ba3272 add ditriubted attrs
8 years ago
jerrywgz af8b1b993f Fix rpn_target_assign API.
8 years ago
minqiyang 812de6e806 Port utils to Python3
8 years ago
tangwei12 051eaa5fc7 add ditriubted attrs
8 years ago
tangwei12 057a64508c enable lookup table to inference
8 years ago
tangwei12 f1a10ccea9 enable lookup table to inference
8 years ago
Tao Luo 49ad570ee8
Merge pull request #12667 from luotao1/wmt14
8 years ago
Bai Yifan 649f5d74f0
fix mine_hard_example bug (#12664)
8 years ago
Wu Yi f54efd027e
Merge pull request #12660 from typhoonzero/polish_dist_unittests
8 years ago
tangwei12 5c537941c2 merge develop
8 years ago
minqiyang 6988aea989 Fix long type in Python3
8 years ago
minqiyang fae5c1f514 Fix the input of executor
8 years ago
luotao1 d54267094e fix wmt14 download error
8 years ago
minqiyang 5b452bfd59 Remove the overfix of lod_rank_table
8 years ago
minqiyang 47561c34b0 Fix python2 CI issues
8 years ago
typhoonzero 069ff14756 polish dist unitest
8 years ago
minqiyang a3539845f2 Polish python code style
8 years ago
minqiyang e7c7cbaa42 Port new added files to Python3
8 years ago
Qiao Longfei 331151f065
Merge pull request #12647 from jacquesqiao/add-RPCServerProfiler
8 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago