Commit Graph

2075 Commits (6d5a04c1e7b4d0aecb2b5e44e75fb4776da566b1)

Author SHA1 Message Date
Jiabin Yang f1df9dba24
test=develop, update fluid.layers to LaryerHelper (#15797)
7 years ago
xuezhong d328660304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
xuezhong 57294fa890 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
7 years ago
xuezhong d12252e6a6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
7 years ago
xuezhong c5360a3f6b refine code
7 years ago
mozga-intel df23a6f894 Enable cross_entropy operator for a ngraph engine (#15674)
7 years ago
baojun 72061b0ac0 Add ngraph op coverage (#15721)
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 52e5ee60bd Add debug info
7 years ago
dzhwinter 6cb0208ab0 add reference. test=develop
7 years ago
dzhwinter 18afb77e78 polish code for reading. test=develop
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
Xin Pan 792719fb7e polish test
7 years ago
Xin Pan 54f4d58553 make parameter and layer access easier
7 years ago
Xin Pan 408a9bb2e7 polish
7 years ago
Xin Pan 989138378d add sugar for fetching parameters
7 years ago
Tao Luo b9999435b7 remove 'import paddle.v2' in read data
7 years ago
Yancey1989 88d3dc949e Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
7 years ago
Yancey1989 f3463ecb6e refine pg execution
7 years ago
jerrywgz 6f11f35abe
Merge pull request #15703 from jerrywgz/enhance_expand_op
7 years ago
chengduo c794ecf641
Remove test_image_classification_resnet from mac CI (#15706)
7 years ago
jerrywgz a52d5d5095 refine unittest, test=develop
7 years ago
baojun c47e258ea4 Add ngraph sum, sigmoid, relu_grad and tanh_grad op (#15642)
7 years ago
jerrywgz 8fc0fc314a support multiple var types for expand op, test=develop
7 years ago
xuezhong c5742f79f1 set label type to int64 to pass windows test
7 years ago
xuezhong 9505850e33 int type of numpy in windows default int32, need to set int64
7 years ago
xuezhong 1de9b60ace pass layer test
7 years ago
mozga-intel 1198ccae6b Enable batch_norm operator for a ngraph engine
7 years ago
xuezhong 58101e6d4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
xuezhong 4921c2cd02 add api spec change
7 years ago
baojun f4a0e68481 Fix ngraph compile WITH_DISTRIBUTE=ON (#15636)
7 years ago
xuezhong fb261793b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
7 years ago
xuezhong 2ba256df40 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
Tao Luo bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
7 years ago
baojun ac4cde009d Enable accuracy op for ngraph engine (#15592)
7 years ago
jerrywgz ceb412b0ae speed up box coder in CPU, test=develop
7 years ago
xuezhong dff7461ea8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
xuezhong 20e579ef2a add initial_accumulator_value for adagrad
7 years ago
chengduo c1092374fc
Increase the timeout of test_pe_seresnext (#15621)
7 years ago
Zeng Jinle 1ccbc51218
Merge pull request #15619 from sneaxiy/debug
7 years ago
xuezhong c5c6bd7b02 refine code
7 years ago
xuezhong 4028943125 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
sneaxiy f26a1c9077 test=develop
7 years ago
dzhwinter 4f01de6378 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
7 years ago
liuwei1031 6e84eb131f expose peak gpu memory API to python test=develop (#15529)
7 years ago
dzhwinter 9c9ad7d40b Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
7 years ago
jerrywgz 1743d1a58f
Merge pull request #15356 from jerrywgz/add_clip_op
7 years ago
dzhwinter 0a63234c85 follow comments. test=develop
7 years ago
mozga-intel 43a67a2662 Enable conv2d operator for a ngraph engine (#15269)
7 years ago
Yan Chunwei 897789b16e
fix save_inferece_model bug (#15365)
7 years ago
xuezhong 3c8aa787ec define sampled_softmax_with_cross_entropy
7 years ago
xuezhong 15d52f09f3 refine code
7 years ago
xuezhong 58ad40cc15 add sample_logits op
7 years ago
xuezhong 74da01191e refine code
7 years ago
xuezhong d600d0ac70 remove debug pdb
7 years ago
xuezhong b0c75f1763 remove debug print
7 years ago
xuezhong 880836329d add cell clip and proj clip, fix bug for h0
7 years ago
dzhwinter 6f9904e99a rerun windows ci. test=develop
7 years ago
jerrywgz 4eb44380a6
Merge branch 'develop' into add_clip_op
7 years ago
Xin Pan 30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
7 years ago
mozga-intel 312500dcb5 Enable pool2d operator for a ngraph engine (#15395)
7 years ago
Jiabin Yang b4c24f3f7c
Merge pull request #15575 from JiabinYang/feature/imperative
7 years ago
dzhwinter 8b97a3a44f rerun ci. test=develop
7 years ago
dzhwinter a52be7c081 refine build strategy. test=develop
7 years ago
Tao Luo ea92905be4
Merge pull request #15478 from kbinias/kbinias/seperate-folders-for-mkldnn
7 years ago
dzhwinter 32a2014939 refine build strategy. test=develop
7 years ago
Yiqun Liu 16d54f7f23
Return parent_idx in beam_search op (#15520)
7 years ago
jerrywgz 72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
7 years ago
jerrywgz e402c0ec7d test=develop
7 years ago
jerrywgz 334f697da9 test=develop
7 years ago
Kaipeng Deng d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
7 years ago
jerrywgz 3046799ecd
Merge branch 'develop' into add_clip_op
7 years ago
Krzysztof Binias b1bdcd4de8 Make separate folders for mkldnn codes
7 years ago
dzhwinter 06f2448848 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
7 years ago
dzhwinter 8156fedf56 merge develop branch. test=develop
7 years ago
JiabinYang 16f64b43d4 test=develop, Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
7 years ago
dengkaipeng 577424e5ec use darknet loss and trick
7 years ago
dengkaipeng 042fecefab use L2Loss. test=develop
7 years ago
dengkaipeng af124dcdf6 fix API error
7 years ago
dengkaipeng c945ffa7f8 fix label_smooth and mixup score
7 years ago
tink2123 20200e126d fix some typo test=develop
7 years ago
tink2123 2b89f59055 add attr use_label_smooth test=develop
7 years ago
dengkaipeng 8218e30176 add gtscore. test=develop
7 years ago
dengkaipeng 3c08f620c2 add label smooth. test=develop
7 years ago
dengkaipeng 32d533c2cd cache obj_mask and gt_match_mask. test=develop
7 years ago
dengkaipeng 6c5a5d0789 format code. test=develop
7 years ago
dengkaipeng e7e4f084e5 ignore pred overlap gt > 0.7. test=develop
7 years ago
dengkaipeng db8ff57a61 remove useless code and update doc. test=develop
7 years ago
dengkaipeng 577a92d992 use typename DeviceContext. test=develop
7 years ago
dengkaipeng 0c4acc8305 imporve yolo loss implement. test=develop
7 years ago
dengkaipeng c0fa8d2eec use L1Loss for w, h. test=develop
7 years ago
dengkaipeng 3841983aa0 fix division error in mean process. test=develop
7 years ago
dengkaipeng 192d293854 use stable Sigmoid Cross Entropy implement. test=develop
7 years ago
JiabinYang bb881199f2 test=develop, polish code and fix wrong change in /paddle/fluid/inference/utils/CMakeLists.txt
7 years ago
tink2123 6961a94e94 avoid out_size less than 1
7 years ago