Commit Graph

7872 Commits (b8491bfd4e98eded5c7e0736e94ea2de910a49bb)

Author SHA1 Message Date
mozga-intel df23a6f894 Enable cross_entropy operator for a ngraph engine (#15674)
7 years ago
dzhwinter 07ee40c6e9 fix default value. test=develop
7 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
7 years ago
sneaxiy 3d0610b59b fix data doc
7 years ago
baojun 72061b0ac0 Add ngraph op coverage (#15721)
7 years ago
Tao Luo 572c67e653
Merge pull request #15775 from velconia/fix_api_ftrl_opt
7 years ago
chengduozh d79d2f686c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
7 years ago
dzhwinter 28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
7 years ago
xuezhong 4424021623 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
7 years ago
minqiyang 700495e11f Fix FtrlOptimizer's API comment
7 years ago
chengduozh 3ce12b1b8e fix shape api doc
7 years ago
dzhwinter 6cb0208ab0 add reference. test=develop
7 years ago
Tao Luo a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
7 years ago
dzhwinter 18afb77e78 polish code for reading. test=develop
7 years ago
Tao Luo e17017aa65
Merge pull request #15739 from guomingz/resolve_issue_15724
7 years ago
Wu Yi 8666902b9d
fix test_transpiler random fail test=develop (#15736)
7 years ago
dzhwinter 6deac40724 polish code for reading. test=develop
7 years ago
dzhwinter d0a2a202d0 polish code for reading. test=develop
7 years ago
dzhwinter c1455e606d Merge remote-tracking branch 'origin/develop' into cherry-pick/memory
7 years ago
dzhwinter d376cf71b7 polish code for reading. test=develop
7 years ago
chengduozh 1e46ab2e3e follow comment
7 years ago
Xin Pan 69f5c0eee2
Merge pull request #15557 from panyx0718/imperative
8 years ago
Zhang, Guoming e5d3d7c63d resolve #15724
8 years ago
Xin Pan 792719fb7e polish test
8 years ago
Zhen Wang 832bd720d1
Merge pull request #15610 from wzzju/quantization_inference_passes
8 years ago
Xin Pan 54f4d58553 make parameter and layer access easier
8 years ago
Dun f7b768d364
fix group_norm (#15727)
8 years ago
Xin Pan 408a9bb2e7 polish
8 years ago
Xin Pan 989138378d add sugar for fetching parameters
8 years ago
Tao Luo 4c8feae43d
Merge pull request #15718 from luotao1/v2_code
8 years ago
Tao Luo b9999435b7 remove 'import paddle.v2' in read data
8 years ago
Tao Luo 31287cdb43 remove legace v2 code in python/paddle/utils
8 years ago
JiabinYang fe7ffedc1a test=develop, update protobuf
8 years ago
dzhwinter 84f067be94
update. test=develop
8 years ago
Yancey1989 88d3dc949e Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
8 years ago
Yancey1989 f3463ecb6e refine pg execution
8 years ago
dzhwinter d453b0dcf7 add details. test=develop
8 years ago
jerrywgz 6f11f35abe
Merge pull request #15703 from jerrywgz/enhance_expand_op
8 years ago
chengduo c794ecf641
Remove test_image_classification_resnet from mac CI (#15706)
8 years ago
dzhwinter 283573c6aa add details. test=develop
8 years ago
jerrywgz a52d5d5095 refine unittest, test=develop
8 years ago
Tao Luo 25ec6a2cfd
Merge pull request #15657 from qingqing01/fix_bn_api
8 years ago
乔龙飞 Qiao Longfei 45b19cbc9a
Revert "Revert "cpu reduce mode did not need to broadcast params test=develop""
8 years ago
baojun c47e258ea4 Add ngraph sum, sigmoid, relu_grad and tanh_grad op (#15642)
8 years ago
dzhwinter 51d1e8cd06 add details. test=develop
8 years ago
Zhen Wang bc95a4ccfe
Merge branch 'develop' into quantization_inference_passes
8 years ago
jerrywgz 8fc0fc314a support multiple var types for expand op, test=develop
8 years ago
chengduozh ba223e9566 doc refine
8 years ago
tensor-tang 31fd8ce1e1
Merge pull request #15375 from mozga-intel/mozga-intel/batch_norm_ngraph_operator
8 years ago
xuezhong c5742f79f1 set label type to int64 to pass windows test
8 years ago
Zeng Jinle fea7f0de25
Merge pull request #15667 from sneaxiy/fix_decorator_signature
8 years ago
乔龙飞 Qiao Longfei 6e0e706198
Revert "cpu reduce mode did not need to broadcast params test=develop"
8 years ago
chengduozh 03f091a9d3 fix api doc
8 years ago
xuezhong 9505850e33 int type of numpy in windows default int32, need to set int64
8 years ago
Qiao Longfei 97b143fb49 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-cpu-broadcast
8 years ago
Yan Xu d424e5b4c9
add launch mp distributed job py module test=develop (#15620)
8 years ago
dzhwinter 381f2015a5
Merge pull request #15665 from dzhwinter/experiment/refactor_memory
8 years ago
Qiao Longfei 16ec4b8c8b clean code test=develop
8 years ago
xuezhong 9b24ac34dd remove debug print
8 years ago
Wu Yi fc198b1fea
fix fp16 initializer dtype check test=develop (#15669)
8 years ago
sneaxiy 7e399b0628 rename
8 years ago
xuezhong 1de9b60ace pass layer test
8 years ago
dzhwinter 04e9776aef add details. test=develop
8 years ago
mozga-intel 1198ccae6b Enable batch_norm operator for a ngraph engine
8 years ago
xuezhong 58101e6d4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
xuezhong 4921c2cd02 add api spec change
8 years ago
baojun f4a0e68481 Fix ngraph compile WITH_DISTRIBUTE=ON (#15636)
8 years ago
xuezhong fb261793b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
8 years ago
sneaxiy 42f6d0f899 modify API.spec
8 years ago
sneaxiy 4a1c65ebee merge origin
8 years ago
sneaxiy f85245b409 test=develop
8 years ago
xuezhong 2ba256df40 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
Qiao Longfei 8bda4ab213 parameter recv can run
8 years ago
Qiao Longfei fbd186bd5d complete recv op
8 years ago
Qiao Longfei a7152613f7 Merge branch 'fix-cpu-broadcast' of ssh://github.com/jacquesqiao/Paddle into add-communicator
8 years ago
Qiao Longfei abf17226f8 fix code style test=develop
8 years ago
Qiao Longfei 76072261f8 fix compiler
8 years ago
Qiao Longfei 5cf0092825 add more log and fix test_dist_base in multi_batch_merge_pass
8 years ago
Qiao Longfei 4356f186b4 complete parameter_send
8 years ago
Tao Luo bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
8 years ago
Dang Qingqing 01d9bf9264 Fix batch_norm API for data_layout.
8 years ago
wopeizl 3614dadf23
Merge pull request #15631 from wopeizl/windows/fixci
8 years ago
peizhilin 55510744b5 test=develop
8 years ago
baojun ac4cde009d Enable accuracy op for ngraph engine (#15592)
8 years ago
kolinwei 6f0f8045f6
Revert "Async double buffered py reader"
8 years ago
jerrywgz ceb412b0ae speed up box coder in CPU, test=develop
8 years ago
xuezhong ed20eb1301 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
8 years ago
Dun db8fcf6b95
Merge pull request #15296 from cjld/async_double_buffered_py_reader
8 years ago
xuezhong dff7461ea8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
xuezhong 20e579ef2a add initial_accumulator_value for adagrad
8 years ago
chengduo c1092374fc
Increase the timeout of test_pe_seresnext (#15621)
8 years ago
Zeng Jinle 1ccbc51218
Merge pull request #15619 from sneaxiy/debug
8 years ago
xuezhong c5c6bd7b02 refine code
8 years ago
xuezhong 2857dac260 add assert for clip and remove print
8 years ago
xuezhong 4028943125 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
sneaxiy f26a1c9077 test=develop
8 years ago
WangZhen 28dfad5e27 fix some bugs about python3. test=develop
8 years ago
dzhwinter 4f01de6378 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
8 years ago
liuwei1031 6e84eb131f expose peak gpu memory API to python test=develop (#15529)
8 years ago
dzhwinter 9c9ad7d40b Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
8 years ago