Commit Graph

637 Commits (595a2c83aee55cc7483abc9e82b5853c58931a99)

Author SHA1 Message Date
qingqing01 10fbb831ed
Skip BatchNorm when feature only has 1 element. (#11578)
7 years ago
chenweihang 4453473f71 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang 5f89272c89 change the bit insert to array insert for understandability
7 years ago
chenweihang fccdc1abea Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang 80126a7496 small fix based reviewer's advice
7 years ago
yuyang18 8e86721fe7
Fix data balance on single GPU
7 years ago
chenweihang 9ca8db237a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang 927d793746 simplify test case
7 years ago
chenweihang a6d94e8dc6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang 49b2cf5fee adjust some code based reviewer's advice
7 years ago
sneaxiy 9b28260029 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
sneaxiy 739c330914 fix merge conflict
7 years ago
chenweihang ca15779394 rewrite, use reshape op in unsqueeze op, test passed
7 years ago
chenweihang ee760d1c2d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang 0cef33a468 adjust the dims range to [1,6] and fix some problem
7 years ago
chenweihang 996c157f61 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang e402496238 complete unsqueeze op and related unittest.
7 years ago
fengjiayi 3fab4f65a4 Add EOFException to represent EOF in C++ reader
7 years ago
Wu Yi adfaf9a665
make transpiler test reliable (#11848)
7 years ago
fengjiayi 58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
7 years ago
sneaxiy 1b59220d50 complete python reader op python side
7 years ago
chenweihang 9ca88fa8a5 Adjust squeeze op and code the unittest, test passed
7 years ago
fengjiayi ff4317cee9 follow comments
7 years ago
Xingyuan Bu 5056d3ec56 FasterRCNN Anchor Generator Op (#11218)
7 years ago
Yibing Liu 5f79c7fbb6
Merge pull request #11174 from kuke/argsort_dev
7 years ago
Yibing Liu 9386ac0a40 Enhance cuda code & unittest for argsort_op
7 years ago
Yancey d9e7ea83c6
Merge pull request #11790 from Yancey1989/dist_test_word2vec
7 years ago
guochaorong c318aa5ffa
Merge pull request #11850 from guochaorong/revert_11496
7 years ago
fengjiayi 3606a306f2 refine
7 years ago
fengjiayi 49a04d75ee Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_data_balance
7 years ago
fengjiayi 4b950951d3 Add unittests and fix a few bugs
7 years ago
chengduo d2ad4a5c41
Init allocated memory for unit test (#11657)
7 years ago
chenweihang 70729ad641 Add Unsqueeze Operator Framework, not finshed
7 years ago
guochaorong 6a35899131 Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray (#11496)"
7 years ago
whs 93e25301d7
Fix python api of mean iou op. (#11797)
7 years ago
Yancey1989 2a51e8e231 add timeout for dist word2vec unit test
7 years ago
Yancey1989 6d01f10d56 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_test_word2vec
7 years ago
Yancey1989 c7d3273d63 add dist word2vec dist train
7 years ago
Haichao Zhang bc28cf613f Extend fill_zeros_like_op for zero-filling an LoDTensorArray (#11496)
7 years ago
Yancey 958823fae7
Merge pull request #11189 from Yancey1989/test_dist_mnist_acc
7 years ago
pzelazko-intel 9a15c92317 bnorm+relu fuse for mkldnn (inference) (#11434)
7 years ago
baiyf 778b71fc93
Optimize bipartite_match_op in large scale input (#11730)
7 years ago
Yancey1989 7d9c9a013b update by comment
7 years ago
qingqing01 b756063ce7
Speed depthwise transposed conv2d. (#11740)
7 years ago
Yancey1989 f28f7faa27 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into test_dist_mnist_acc
7 years ago
Yancey1989 c45a4b8567 use sigkill to stop pserver
7 years ago
Guo Sheng 8df303c09b
Merge pull request #11238 from guoshengCS/fix-beam_search
7 years ago
chengduo c6e36e7738
Change return_numpy [ParallelExecutor] default value (#11713)
7 years ago
chengduo a64844ad00
enable PE return numpy (#11704)
7 years ago
Tomasz Patejko e26f51ce74 MKLDNN elementwis_add with default broadcast operations (#11544)
7 years ago
guosheng 4e9d7ddbc6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Yibing Liu 9c69fdf5c6 Merge branch 'develop' of upstream into argsort_dev
7 years ago
Qiyang Min dda24f18b7 Fix kill fail bug (#11635)
7 years ago
tensor-tang d5fb8fa778 Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
7 years ago
tensor-tang 90780e22ce
Revert "MKLDNN layout: Support for sum operator"
7 years ago
fengjiayi e4188621ca fix a error in unit tests
7 years ago
fengjiayi 47c02b5c32 Add unit tests
7 years ago
Tao Luo 5972990295
Merge pull request #11523 from mozga-intel/mozga-intel/Gausian_random_mkldnn_layout
7 years ago
tensor-tang 64045c29c2
Merge pull request #11102 from mozga-intel/mozga-intel/Sum_mkldnn_layout
7 years ago
qingqing01 9c90dc9728
Make the CUDA kernel of concat correct and fix unit tests. (#11541)
7 years ago
Qiao Longfei 4ec9ecae59
Merge pull request #11547 from jacquesqiao/support-ftrl-optimizer
7 years ago
qingqing01 c22ebb3bde
Expose crop op into Python API. (#11546)
7 years ago
mozga-intel 7b9aa60198 MKLDNN gausian_random tests
7 years ago
mozga-intel b88cda84f4 MKLDNN sum unit-test
7 years ago
guosheng f4bdfbc697 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
qiaolongfei 6caea45941 add TestFtrlOptimizer
7 years ago
Yibing Liu 7ca511e0c6 Merge branch 'develop' of upstream into argsort_dev
7 years ago
Kexin Zhao 417fcf4f43
Modify Pybind LoDTensor API according to length-based LoD (#11106)
7 years ago
qingqing01 566a940223
Implement a bilinear initializer for transposed convolution to do upsampling. (#11404)
7 years ago
chengduo fd77126938
Merge pull request #11512 from JiayiFeng/skip_all_tests_of_parallel_executor_crf
7 years ago
fengjiayi 35f64cb905 skip all tests in tests_parallel_executor_crf
7 years ago
weixing02 ee13b396f2 fix some errors
7 years ago
weixing02 8bd148dc00 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_op
7 years ago
yi.wu 40c631e554 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_unitests
7 years ago
yi.wu 44925eb4c2 fix dist ut
7 years ago
Luo Tao 10e21b7715 set test_parallel_executor_crf serial
7 years ago
whs 6fcdb240fa
Add mean IOU op. (#10519)
7 years ago
Yibing Liu 28a0ac535a Merge branch 'develop' of upstream into argsort_dev
7 years ago
guosheng 92a7766ecb Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search
7 years ago
Yibing Liu 94e72ea6e7 Support more negative axes in argsort_op
7 years ago
qiaolongfei f031555cfb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
qingqing01 19fd071785
Make the normalization operator more general and fix bug in l2_normalize. (#11348)
7 years ago
whs adc09087c1
Add slice op. (#11052)
7 years ago
qiaolongfei 6dd3f3cf27 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
chengduoZH 173d72b481 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enable_cpu_on_pe
7 years ago
gongweibao 627d7a64f8
Clean `sendop` `recv` operator. (#11309)
7 years ago
Qiyang Min 1cfd3cb13b Add some dist-training robust cases into fluid benchmark test (#11207)
7 years ago
chengduoZH 7b723839ef Add cpu test for parallel_executor_crf executor_fetch_feed, and enable these tests
7 years ago
sneaxiy 831909ce69
Merge pull request #11313 from sneaxiy/argmin_argmax
7 years ago
chengduoZH a57e8a4338 add cpu test
7 years ago
qingqing01 59e10922b4
Expose maxout Python API. (#11278)
7 years ago
qiaolongfei 509cb0bc76 add unit test, pass the unit test
7 years ago
chengduoZH 495368c243 ADD CPU_NUM
7 years ago
chengduoZH d09fd1f6f0 test seresnext
7 years ago
chengduoZH 5a3c8bf813 fix in c++ side
7 years ago
tangwei12 bf2c53ae0a Merge branch 'develop' of github.com:PaddlePaddle/Paddle into new_api_about_cpkt
7 years ago
chengduoZH a56dcf5159 fix parallel_executor.py and xx_mnist.py
7 years ago
tangwei12 5c8397a88f remove chief in test
7 years ago
guochaorong cde7db85b3 fix bad code in python
7 years ago
sneaxiy 568c4e5ec4 recommit using account sneaxiy
7 years ago
guosheng 5e20a8ef93 Make python unit test of beam_search_op and beam_searc_decode_op run correctly
7 years ago
fengjiayi 24649a780d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_crop_op
7 years ago
fengjiayi 9c61409a18 Make crop op supporting taking offsets as one of its inputs
7 years ago
dzhwinter f7c96f079b
Big data op_test benchmark, for checking output consistent in different runs. (#10646)
7 years ago
fengjiayi 50104f18c7
Merge pull request #11230 from JiayiFeng/add_broadcast_test
7 years ago
fengjiayi 65a94be1a1
Merge pull request #11223 from JiayiFeng/dev_reverse_op
7 years ago
dzhwinter d050360a74
"reduce test input data size to accelerate ci" (#10831)
7 years ago
fengjiayi ba773fc9f8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_broadcast_test
7 years ago
fengjiayi ea73fb8416 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_reverse_op
7 years ago
tangwei12 cb7c1245b3 code optimized
7 years ago
tangwei12 2f44585e83 code optimized
7 years ago
yi.wu 92c61ce8fc disable test listen and serv
7 years ago
fengjiayi e819f1b3a5 Add unittests to check channelwise add
7 years ago
yi.wu 000c80a14a disable failed tests
7 years ago
Yancey1989 05b6aa1805 increase dist unit test timeout
7 years ago
fengjiayi aa9383f3b0 Add unit tests
7 years ago
Yuan Gao 666c94e3be Add default prior box var for box_coder_op (#11164)
7 years ago
tangwei12 3b5e3f9be4 update checkpoint unittest
7 years ago
Yancey1989 a158bd9173 fix ci
7 years ago
tangwei12 eea5762e26 add checkpoint unittest
7 years ago
Yancey1989 e896926b9c add unit test for dist mnist
7 years ago
whs c8d6c1d09c Auto generate python api for polygon_box_transform op. (#11074)
7 years ago
Yibing Liu 4760f2851e Add the argsort operator
7 years ago
Yancey 524c81e532
Merge pull request #11126 from Yancey1989/polish_test_listen_and_serv_op
7 years ago
Yancey bd0f8f8d52
Merge pull request #11054 from velconia/update_simple_distranspiler
7 years ago
Yancey1989 7f5eb9f687 update by comment
7 years ago
Yancey1989 7218f4feb2 update by comment
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
7 years ago
Yancey1989 8939f17d30 sppedup test_listen_and_serv_op
7 years ago
baiyf 663f4e6168 Fix bilinear_op Python API (#11117)
7 years ago
minqiyang eacac49bcd 1. update test_split_var: replace split with slice
7 years ago
whs 86d8659c8d
Add python wrapper for gather op. (#11033)
7 years ago
whs 28dc9ba3c1
Add shape op to get the shape of variable. (#11048)
7 years ago
minqiyang b33ea7be2d 1. change the variable name from align_var_to_block to slice_var_up
7 years ago
whs 85c203b117
Make bilinear_interp_op support attrs from input. (#11041)
7 years ago
minqiyang 9d92dcea0a 1. import fluid to dist transpiler test
7 years ago
minqiyang e90bfd562b 1. Make a base unittest class for dist transpiler unittest
7 years ago
Qiyang Min b31647c67d
Merge branch 'develop' into update_simple_distranspiler
7 years ago
Wu Yi d90610624f
Cleanup transpiler and move weight decay and clip on pservers (#11039)
7 years ago
minqiyang 0abf173ed5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_simple_distranspiler
7 years ago
weixing02 4bd08e3408 make test_layers right
7 years ago
weixing02 31e2833883 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into hsigmoid_op
7 years ago
minqiyang a4d88fb642 1. remove simple distranspiler from transpiler/ repo
7 years ago
weixing02 b3f9e5e007 make test_hsigmoid_op.py right
7 years ago
Tao Luo ccf61b3066
Merge pull request #10703 from mozga-intel/mozga-intel/Mul_mkldnn_withdraw
7 years ago
weixing02 3e46ec41a9 add hsigmoid
7 years ago
minqiyang a2c017da9b 1. merge simple_dist_transpiler to distribute_transpiler
7 years ago
Haichao Zhang 21e794cf67 change name debuger to debugger (#10949)
7 years ago
Yu Yang 14905516aa
Merge pull request #10970 from JiayiFeng/dev_add_random_crop_op
7 years ago