Commit Graph

635 Commits (ff4317cee9bbec749fa41e2fdcfbe84cefbbba2b)

Author SHA1 Message Date
fengjiayi ff4317cee9 follow comments
8 years ago
fengjiayi 3606a306f2 refine
8 years ago
fengjiayi 49a04d75ee Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_data_balance
8 years ago
fengjiayi 4b950951d3 Add unittests and fix a few bugs
8 years ago
chengduo d2ad4a5c41
Init allocated memory for unit test (#11657)
8 years ago
whs 93e25301d7
Fix python api of mean iou op. (#11797)
8 years ago
Xin Pan fc697f070e
Merge pull request #11712 from kexinzhao/fix_lod_name
8 years ago
Haichao Zhang bc28cf613f Extend fill_zeros_like_op for zero-filling an LoDTensorArray (#11496)
8 years ago
Yancey 958823fae7
Merge pull request #11189 from Yancey1989/test_dist_mnist_acc
8 years ago
pzelazko-intel 9a15c92317 bnorm+relu fuse for mkldnn (inference) (#11434)
8 years ago
baiyf 778b71fc93
Optimize bipartite_match_op in large scale input (#11730)
8 years ago
Yancey1989 7d9c9a013b update by comment
8 years ago
qingqing01 b756063ce7
Speed depthwise transposed conv2d. (#11740)
8 years ago
Kexin Zhao b7c179a87f fix lodtensor.py
8 years ago
Yancey1989 f28f7faa27 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into test_dist_mnist_acc
8 years ago
Yancey1989 c45a4b8567 use sigkill to stop pserver
8 years ago
Kexin Zhao 6b95a8a89c fix error
8 years ago
Guo Sheng 8df303c09b
Merge pull request #11238 from guoshengCS/fix-beam_search
8 years ago
chengduo c6e36e7738
Change return_numpy [ParallelExecutor] default value (#11713)
8 years ago
Kexin Zhao e09ac3df18 replace lod name with recur_seq_lens
8 years ago
chengduo a64844ad00
enable PE return numpy (#11704)
8 years ago
Tomasz Patejko e26f51ce74 MKLDNN elementwis_add with default broadcast operations (#11544)
8 years ago
guosheng 4e9d7ddbc6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
8 years ago
Qiyang Min dda24f18b7 Fix kill fail bug (#11635)
8 years ago
tensor-tang d5fb8fa778 Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
8 years ago
tensor-tang 90780e22ce
Revert "MKLDNN layout: Support for sum operator"
8 years ago
fengjiayi e4188621ca fix a error in unit tests
8 years ago
fengjiayi 47c02b5c32 Add unit tests
8 years ago
gongweibao 25241e9e5e
Fix paddle env variables. (#11564)
8 years ago
Tao Luo 5972990295
Merge pull request #11523 from mozga-intel/mozga-intel/Gausian_random_mkldnn_layout
8 years ago
tensor-tang 64045c29c2
Merge pull request #11102 from mozga-intel/mozga-intel/Sum_mkldnn_layout
8 years ago
qingqing01 9c90dc9728
Make the CUDA kernel of concat correct and fix unit tests. (#11541)
8 years ago
Qiao Longfei 4ec9ecae59
Merge pull request #11547 from jacquesqiao/support-ftrl-optimizer
8 years ago
qingqing01 c22ebb3bde
Expose crop op into Python API. (#11546)
8 years ago
mozga-intel 7b9aa60198 MKLDNN gausian_random tests
8 years ago
mozga-intel b88cda84f4 MKLDNN sum unit-test
8 years ago
guosheng f4bdfbc697 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
8 years ago
qiaolongfei 6caea45941 add TestFtrlOptimizer
8 years ago
Kexin Zhao 417fcf4f43
Modify Pybind LoDTensor API according to length-based LoD (#11106)
8 years ago
Wu Yi 53d1d0f0f2
add LARS support (#10374)
8 years ago
qingqing01 566a940223
Implement a bilinear initializer for transposed convolution to do upsampling. (#11404)
8 years ago
chengduo fd77126938
Merge pull request #11512 from JiayiFeng/skip_all_tests_of_parallel_executor_crf
8 years ago
Tao Luo 5ea039b3c1
Merge pull request #11470 from typhoonzero/fix_unitests
8 years ago
fengjiayi 35f64cb905 skip all tests in tests_parallel_executor_crf
8 years ago
Tao Luo d516ace94d
Merge pull request #11364 from jshower/develop
8 years ago
yi.wu 40c631e554 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_unitests
8 years ago
yi.wu 44925eb4c2 fix dist ut
8 years ago
Luo Tao 10e21b7715 set test_parallel_executor_crf serial
8 years ago
whs 6fcdb240fa
Add mean IOU op. (#10519)
8 years ago
guosheng 49ca424d6e Fix src_idx out of range in beam_search_op
8 years ago