Jiabin Yang
edb9e56934
Merge pull request #13401 from JiabinYang/mac/ci_unitest
...
add unitttest for mac on ci after some untest being disable
7 years ago
Dun
e0bca5f866
Implement slice grad operator. #8130 ( #12330 )
...
* Implement slice grad operator. #8130
* test slice grad operator and bug fix
* Fix pre commit style
7 years ago
Wu Yi
437debf40e
Fix mac ci dist ( #13393 )
7 years ago
JiabinYang
87b11179e5
add unitttest for mac on ci after some untest being disable
7 years ago
Michał Gallus
8cbefd1a43
Fuse Conv+BN+SkipConnectionAdd+ReLU with transpiler temporarily ( #13350 )
7 years ago
Xingyuan Bu
9e2e893f59
Enhence generate_proposal_labels_op and fix some bug. ( #13239 )
...
* Enhence generate_proposal_labels_op
* Fix bug in generate_proposals_op
* Refine rpn_target_assign_op.
* by Bu Xingyuan, Wang Guanzhong and Dang Qingqing
7 years ago
Yan Xu
23ec966cd3
Merge pull request #13360 from Yancey1989/parallel_bcast
...
move bcast op into graph passes
7 years ago
Wu Yi
323d017c07
Merge pull request #13379 from typhoonzero/fix_with_distribute_tests_cmake
...
fix with distribute cmake
7 years ago
Wu Yi
3ab3a7f392
Trainer auto wait pserver ports ( #13341 )
...
* trainer auto wait pserver port ready
* add file
* fix docstring
* add option to not wait
* update api spec
* clean
* fix test hang
7 years ago
typhoonzero
26b1704bef
fix with distribute cmake
7 years ago
tensor-tang
a56b6637d2
Merge pull request #13376 from tensor-tang/fix/mac/op
...
disable seqexpandconcatfc op test on Mac
7 years ago
Jiabin Yang
ae0d806cc1
Merge pull request #13367 from JiabinYang/mac/unittest412
...
fix mac test_reader_reset
7 years ago
Jiabin Yang
ae7fb2a191
Merge pull request #13362 from JiabinYang/mac/unitest214
...
fix mac test_data_balance
7 years ago
tensor-tang
2b10aee52a
disable seqexpandconcatfc op test on Mac
7 years ago
Jiabin Yang
5b5fa37fb9
Update test_reader_reset.py
...
import os module to use os.environ in setUp()
7 years ago
Yancey1989
2888d2d7bc
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
7 years ago
Yancey1989
4778c6e21c
delete unused py codes
7 years ago
JiabinYang
415e0eac69
fix mac test_reader_reset
7 years ago
Qiyang Min
6abe03be0c
Merge pull request #13317 from velconia/fix_python35_CI_random_fail
...
Fix manylinux ci random fail problem
7 years ago
Jiabin Yang
1b676bef2d
Merge pull request #13361 from JiabinYang/mac/unittest428
...
fix test_parallel_executor_transformer
7 years ago
JiabinYang
670c58bea4
fix mac test_data_baalancance
7 years ago
JiabinYang
bdd957b4be
fix test_parallel_executor_transformer
7 years ago
Jiabin Yang
d41176411f
Update test_py_reader_using_executor.py
7 years ago
Yancey1989
b084dfab7e
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
7 years ago
Yancey1989
5ce1a960a5
move bcast op into pass
7 years ago
JiabinYang
36d6e44681
fix test_py_reader_using_executor error
7 years ago
gongweibao
392ae69650
Set parallel executor thread num under nccl2 distributed env ( #13207 )
7 years ago
Jacek Czaja
dfbd1cc3c1
Merge pull request #13209 from Sand3r-/mgallus/conv-relu-fuse
...
[MKLDNN] Fuse Conv+BatchNorm + ReLU
7 years ago
Michal Gallus
5d34ef61cb
Fuse MKLDNN's Conv + ReLU
7 years ago
Qiao Longfei
b681537e1a
Add multiprocess reader ( #13311 )
...
* add multiprocess_reader
* add multiprocess_reader to reader decorator
* support piped multi process reader
* revert v2 decorator
* add comment to multiprocess_reader
* optimize code
* use ujson to speed up json serialize/deserialize
* add assert to multiprocess_reader
* update comment of multiprocess_reader
* optimize ujson import, handle error case
* optimize import ujson
* remove ujson from requirements.txt
* add import sys to decorator.py
7 years ago
Bai Yifan
faf8ad2436
Add ignore_index in cross_entropy op ( #13217 )
...
* add ignore index
* update api.spec
* enhance softmax_with_cross_entropy
7 years ago
Xin Pan
17bf8713a5
Merge pull request #12988 from panyx0718/ir2
...
program and tensor versioning support
7 years ago
Haihao Shen
314e150f8a
Merge branch 'public-dev' into develop
7 years ago
qingqing01
a39eba77eb
Implement norm_op by CUDA instead of Eigen. ( #13273 )
...
* Implement norm_op by CUDA instead of Eigen.
* Remove the commented code.
7 years ago
Haihao Shen
fbcecddfce
Merge branch 'public-dev' into develop
7 years ago
minqiyang
dc863aac7e
Add kids exists detection in Scope
7 years ago
Xin Pan
9b7c3f9615
refine
7 years ago
Xin Pan
56a977d436
add test
7 years ago
Xin Pan
926e1077ca
version
7 years ago
Wu Yi
f90c7865f0
Benchmark tool for imgnet ( #12305 )
...
* support test using executor without reader
* run imgnet
* update fluid benchmark
* wip
* update
* update all models
* support pyreader
* update
* clean up
* make profile batches contollable
* update API.spec
* update scripts
* clean dockerfile
* update
* clean comments
* add scope argument docstring
* use num_trainers to determine nccl init comms
7 years ago
luotao1
5e7bfd4e4c
Merge branch 'develop' into anakin_ner
7 years ago
minqiyang
ce24a92007
Disable image_classification_resnet
7 years ago
minqiyang
d3d22a12fd
Polish code
7 years ago
luotao1
6fae46a128
refine codes
7 years ago
minqiyang
5335ff628e
Polish code
7 years ago
minqiyang
2720330dc5
Disable random fail case
7 years ago
minqiyang
8ef1f9f9b8
Polish code
7 years ago
minqiyang
2bb0ac927b
Polish code
7 years ago
minqiyang
a04d99810e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_python35_CI_random_fail
7 years ago
tensor-tang
9f2ccf5b3d
Merge pull request #13237 from tensor-tang/refine/op/peephole
...
refine fusion lstm/peephole and fusion gru
7 years ago