Commit Graph

3731 Commits (c6f94dd65c2faaf0b239fc7bc79a68c50dcdbb4b)

Author SHA1 Message Date
sneaxiy d331e97af8 fix compiler place compare
6 years ago
xuezhong 6b83845c41 update for backward compatibility
6 years ago
xuezhong d328660304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 57294fa890 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
6 years ago
xuezhong 794b90c93f for backward compatibility
6 years ago
Tao Luo 6402424f7a
Merge pull request #15773 from chengduoZH/fix_shape_api_doc
6 years ago
xuezhong d12252e6a6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
xuezhong bf6eb60d12 change var name
6 years ago
xuezhong c5360a3f6b refine code
6 years ago
Zeng Jinle adea672b0e
Merge pull request #15783 from sneaxiy/develop-fix-api-arg0
6 years ago
chengduozh 9ae764c11d fix doc
6 years ago
mozga-intel df23a6f894 Enable cross_entropy operator for a ngraph engine (#15674)
6 years ago
dzhwinter 07ee40c6e9 fix default value. test=develop
6 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
6 years ago
sneaxiy 3d0610b59b fix data doc
6 years ago
baojun 72061b0ac0 Add ngraph op coverage (#15721)
6 years ago
Tao Luo 572c67e653
Merge pull request #15775 from velconia/fix_api_ftrl_opt
6 years ago
chengduozh d79d2f686c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
6 years ago
dzhwinter 28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
6 years ago
xuezhong 4424021623 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
minqiyang 700495e11f Fix FtrlOptimizer's API comment
6 years ago
chengduozh 3ce12b1b8e fix shape api doc
6 years ago
minqiyang 52e5ee60bd Add debug info
6 years ago
dzhwinter 6cb0208ab0 add reference. test=develop
6 years ago
Tao Luo a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
6 years ago
dzhwinter 18afb77e78 polish code for reading. test=develop
6 years ago
Tao Luo e17017aa65
Merge pull request #15739 from guomingz/resolve_issue_15724
6 years ago
Wu Yi 8666902b9d
fix test_transpiler random fail test=develop (#15736)
6 years ago
dzhwinter 6deac40724 polish code for reading. test=develop
6 years ago
dzhwinter d0a2a202d0 polish code for reading. test=develop
6 years ago
dzhwinter c1455e606d Merge remote-tracking branch 'origin/develop' into cherry-pick/memory
6 years ago
dzhwinter d376cf71b7 polish code for reading. test=develop
6 years ago
chengduozh 1e46ab2e3e follow comment
6 years ago
Xin Pan 69f5c0eee2
Merge pull request #15557 from panyx0718/imperative
6 years ago
Zhang, Guoming e5d3d7c63d resolve #15724
6 years ago
Xin Pan 792719fb7e polish test
6 years ago
Zhen Wang 832bd720d1
Merge pull request #15610 from wzzju/quantization_inference_passes
6 years ago
Xin Pan 54f4d58553 make parameter and layer access easier
6 years ago
Dun f7b768d364
fix group_norm (#15727)
6 years ago
Xin Pan 408a9bb2e7 polish
6 years ago
Xin Pan 989138378d add sugar for fetching parameters
6 years ago
Tao Luo 4c8feae43d
Merge pull request #15718 from luotao1/v2_code
6 years ago
Tao Luo b9999435b7 remove 'import paddle.v2' in read data
6 years ago
dzhwinter 84f067be94
update. test=develop
6 years ago
Yancey1989 88d3dc949e Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
6 years ago
Yancey1989 f3463ecb6e refine pg execution
6 years ago
dzhwinter d453b0dcf7 add details. test=develop
6 years ago
jerrywgz 6f11f35abe
Merge pull request #15703 from jerrywgz/enhance_expand_op
6 years ago
chengduo c794ecf641
Remove test_image_classification_resnet from mac CI (#15706)
6 years ago
dzhwinter 283573c6aa add details. test=develop
6 years ago
jerrywgz a52d5d5095 refine unittest, test=develop
6 years ago
Tao Luo 25ec6a2cfd
Merge pull request #15657 from qingqing01/fix_bn_api
6 years ago
乔龙飞 Qiao Longfei 45b19cbc9a
Revert "Revert "cpu reduce mode did not need to broadcast params test=develop""
6 years ago
baojun c47e258ea4 Add ngraph sum, sigmoid, relu_grad and tanh_grad op (#15642)
6 years ago
dzhwinter 51d1e8cd06 add details. test=develop
6 years ago
Zhen Wang bc95a4ccfe
Merge branch 'develop' into quantization_inference_passes
6 years ago
jerrywgz 8fc0fc314a support multiple var types for expand op, test=develop
6 years ago
chengduozh ba223e9566 doc refine
6 years ago
tensor-tang 31fd8ce1e1
Merge pull request #15375 from mozga-intel/mozga-intel/batch_norm_ngraph_operator
6 years ago
xuezhong c5742f79f1 set label type to int64 to pass windows test
6 years ago
Zeng Jinle fea7f0de25
Merge pull request #15667 from sneaxiy/fix_decorator_signature
6 years ago
乔龙飞 Qiao Longfei 6e0e706198
Revert "cpu reduce mode did not need to broadcast params test=develop"
6 years ago
chengduozh 03f091a9d3 fix api doc
6 years ago
xuezhong 9505850e33 int type of numpy in windows default int32, need to set int64
6 years ago
Qiao Longfei 97b143fb49 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-cpu-broadcast
6 years ago
Yan Xu d424e5b4c9
add launch mp distributed job py module test=develop (#15620)
6 years ago
jerrywgz 5ce48220f1 change default option related to softmax, test=develop
6 years ago
dzhwinter 381f2015a5
Merge pull request #15665 from dzhwinter/experiment/refactor_memory
6 years ago
Qiao Longfei 16ec4b8c8b clean code test=develop
6 years ago
xuezhong 9b24ac34dd remove debug print
6 years ago
Wu Yi fc198b1fea
fix fp16 initializer dtype check test=develop (#15669)
6 years ago
sneaxiy 7e399b0628 rename
6 years ago
xuezhong 1de9b60ace pass layer test
6 years ago
dzhwinter 04e9776aef add details. test=develop
6 years ago
mozga-intel 1198ccae6b Enable batch_norm operator for a ngraph engine
6 years ago
xuezhong 58101e6d4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 4921c2cd02 add api spec change
6 years ago
baojun f4a0e68481 Fix ngraph compile WITH_DISTRIBUTE=ON (#15636)
6 years ago
xuezhong fb261793b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
sneaxiy 42f6d0f899 modify API.spec
6 years ago
sneaxiy 4a1c65ebee merge origin
6 years ago
sneaxiy f85245b409 test=develop
6 years ago
xuezhong 2ba256df40 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
Qiao Longfei abf17226f8 fix code style test=develop
6 years ago
Qiao Longfei 76072261f8 fix compiler
6 years ago
Tao Luo bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
6 years ago
Dang Qingqing 01d9bf9264 Fix batch_norm API for data_layout.
6 years ago
baojun ac4cde009d Enable accuracy op for ngraph engine (#15592)
6 years ago
kolinwei 6f0f8045f6
Revert "Async double buffered py reader"
6 years ago
jerrywgz ceb412b0ae speed up box coder in CPU, test=develop
6 years ago
xuezhong ed20eb1301 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
6 years ago
Dun db8fcf6b95
Merge pull request #15296 from cjld/async_double_buffered_py_reader
6 years ago
xuezhong dff7461ea8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 20e579ef2a add initial_accumulator_value for adagrad
6 years ago
chengduo c1092374fc
Increase the timeout of test_pe_seresnext (#15621)
6 years ago
Zeng Jinle 1ccbc51218
Merge pull request #15619 from sneaxiy/debug
6 years ago
xuezhong c5c6bd7b02 refine code
6 years ago
xuezhong 2857dac260 add assert for clip and remove print
6 years ago
xuezhong 4028943125 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
sneaxiy f26a1c9077 test=develop
6 years ago
WangZhen 28dfad5e27 fix some bugs about python3. test=develop
6 years ago
dzhwinter 4f01de6378 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
liuwei1031 6e84eb131f expose peak gpu memory API to python test=develop (#15529)
6 years ago
dzhwinter 9c9ad7d40b Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
jerrywgz 1743d1a58f
Merge pull request #15356 from jerrywgz/add_clip_op
6 years ago
dzhwinter 0a63234c85 follow comments. test=develop
6 years ago
mozga-intel 43a67a2662 Enable conv2d operator for a ngraph engine (#15269)
6 years ago
Yan Chunwei 897789b16e
fix save_inferece_model bug (#15365)
6 years ago
xuezhong b78ab87bd3 refine code
6 years ago
xuezhong 3c8aa787ec define sampled_softmax_with_cross_entropy
6 years ago
xuezhong 15d52f09f3 refine code
6 years ago
WangZhen 2175292634 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantization_inference_passes
6 years ago
WangZhen a7efab7ec1 add comments for public API. test=develop
6 years ago
xuezhong 58ad40cc15 add sample_logits op
6 years ago
jerrywgz 1963af78e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
6 years ago
xuezhong 74da01191e refine code
6 years ago
xuezhong d600d0ac70 remove debug pdb
6 years ago
xuezhong b0c75f1763 remove debug print
6 years ago
xuezhong 880836329d add cell clip and proj clip, fix bug for h0
6 years ago
dzhwinter 6f9904e99a rerun windows ci. test=develop
6 years ago
Haihao Shen b5ebca47a3 Add INT8 calibration README (#15548)
6 years ago
jerrywgz 4eb44380a6
Merge branch 'develop' into add_clip_op
6 years ago
Xin Pan 30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
6 years ago
dzhwinter 43c92dcb20 rerun windows ci. test=develop
6 years ago
Haihao Shen 1b8047b712 Add INT8 calibration support in Paddle package (#15569)
6 years ago
mozga-intel 312500dcb5 Enable pool2d operator for a ngraph engine (#15395)
6 years ago
Jiabin Yang b4c24f3f7c
Merge pull request #15575 from JiabinYang/feature/imperative
6 years ago
dzhwinter 8b97a3a44f rerun ci. test=develop
6 years ago
tangwei12 90df7ff378
transpiler.py code clean (#15555)
6 years ago
Haihao Shen 294d594450 Enable performance measurement in INT8 calibration unit test (#15560)
6 years ago
dzhwinter a52be7c081 refine build strategy. test=develop
6 years ago
chengduo c4b9eac11a
fix threshold_relu_op (#15594)
6 years ago
Tao Luo ea92905be4
Merge pull request #15478 from kbinias/kbinias/seperate-folders-for-mkldnn
6 years ago
dzhwinter 32a2014939 refine build strategy. test=develop
6 years ago
Yibing Liu 170842cbb4
Some improvements to support bert mixed precision training (#15585)
6 years ago
Yiqun Liu 16d54f7f23
Return parent_idx in beam_search op (#15520)
6 years ago
jerrywgz 72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
6 years ago
jerrywgz e402c0ec7d test=develop
6 years ago
jerrywgz 334f697da9 test=develop
6 years ago
Kaipeng Deng d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
6 years ago
jerrywgz 3046799ecd
Merge branch 'develop' into add_clip_op
6 years ago
dzhwinter a26a6bc728 add flag. test=develop
6 years ago
Krzysztof Binias b1bdcd4de8 Make separate folders for mkldnn codes
6 years ago
dzhwinter 06f2448848 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
dzhwinter 8156fedf56 merge develop branch. test=develop
6 years ago
JiabinYang 16f64b43d4 test=develop, Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
dengkaipeng 733bb82ec0 downsample -> downsample_ratio. test=develop
6 years ago
dengkaipeng 577424e5ec use darknet loss and trick
6 years ago
dengkaipeng 042fecefab use L2Loss. test=develop
6 years ago
dengkaipeng af124dcdf6 fix API error
6 years ago