Darcy
|
24fb35c022
|
Merge pull request #10182 from putcn/update-aws-doc
document update for aws benchmark tool
|
7 years ago |
Yang Yang(Tony)
|
81dfc0cf0e
|
Clean up unused code in operator class (#10035)
* delete unused IsNetOp() and Rename()
* rm OperatorBase::Rename implementation
* delete Operator::InputVars()
* remove unused OperatorBase::ShareLoD; ShareLoD has been implemented in infershape
* organize operatorbase; remove unused set_type
* add comments
* fix comment
|
7 years ago |
Abhinav Arora
|
f09aed0475
|
Fix CPPLint issues in framework/data_transform framework/prune.cc (#10178)
* Fic CPPLint issues with data_transform
* Fic CPPLint issues with prune.cc
|
7 years ago |
wangyang59
|
72ee737f3f
|
Merge pull request #9308 from wangyang59/bilinear
Bilinear interp op
|
7 years ago |
Yang Yang(Tony)
|
2182ecfbbd
|
remove duplicated ShareLoD in gru_op and sequence_conv_op (#10149)
* remove share lod; it has already been performed in infershape
* slightly release test bound of test_image_classification
|
7 years ago |
gongweibao
|
6171705a2c
|
Potential bug in paddle/fluid/platform/CMakeLists.txt (#9723)
* fix
* nv_library
* add with_gpu
* revert
|
7 years ago |
gongweibao
|
fc025f5265
|
Fix memory leak of pserver (#10173)
|
7 years ago |
Tao Luo
|
44bb5dfbda
|
Merge pull request #10172 from weixing02/dataset
Add dataset for fluid api documentation
|
7 years ago |
Shan Yi
|
c6a7042d5f
|
Update index_en.rst (#10171)
|
7 years ago |
weixing02
|
7871d54588
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dataset
|
7 years ago |
weixing02
|
b23130d3b4
|
Add dataset to fluid api
|
7 years ago |
Yu Yang
|
4ecc9b7bae
|
Merge pull request #10166 from reyoung/feature/train_and_test_recordio
Add demo for recordio train/test and parallel executor
|
7 years ago |
Tao Luo
|
5a433ecb60
|
Merge pull request #10134 from luotao1/tensorrt_include
refine tensorrt cmake and dockerfile
|
7 years ago |
Yan Chunwei
|
576b9fdd18
|
add rnn en doc (#9809)
* add doc
* update formats
* update
* update reference
* fix format
|
7 years ago |
chengduo
|
bfbbe19fbb
|
Merge pull request #10150 from chengduoZH/fix_elementwise_gradient
Fix elementwise_gradient bug
|
7 years ago |
Abhinav Arora
|
5ce57555ee
|
Fix CPPLint issues in init.cc, init.h and library_type.h (#10148)
* Fix CPPLint issues in init
* Fix compilation
* Fix typo in init.cc
* Fix CPPLint issues in library_type.h
* Fix compilation in init.h
|
7 years ago |
Tao Luo
|
ba97194ce9
|
Merge pull request #10165 from JiayiFeng/fix_Clang_compile_error
fix Clang compile errors
|
7 years ago |
chengduoZH
|
0f5d5b1ffc
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_elementwise_gradient
|
7 years ago |
Yu Yang
|
2c8fe4e544
|
Merge pull request #10143 from typhoonzero/fix_multiGPU_dist_train
Fix multi gpu dist train
|
7 years ago |
Yu Yang
|
e5f2cb8021
|
Merge pull request #10160 from JiayiFeng/develop
fix fetch_op_handle
|
7 years ago |
Yu Yang
|
54ada9449e
|
Add demo for recordio train/test and parallel executor
|
7 years ago |
Tao Luo
|
44fa823841
|
Merge pull request #9949 from mozga-intel/mozga-intel/Mul_mkldnn
Initial implementation of multiplication operator for MKLDNN
|
7 years ago |
fengjiayi
|
87f9191e42
|
fix Clang compile errors
|
7 years ago |
chengduoZH
|
d06c79c7a7
|
fix elementwise_grad op kernel and add unit test
|
7 years ago |
tangwei12
|
d67b9ced05
|
Merge pull request #9820 from seiriosPlus/quick_help
fix quick start for fluid #9660
|
7 years ago |
fengjiayi
|
00b54d5803
|
fix fetch_op_handle
|
7 years ago |
fengjiayi
|
dd5946528a
|
Merge pull request #10142 from JiayiFeng/Add_TensorCopySync
Add synchronous TensorCopy
|
7 years ago |
Xi Chen
|
e20a05702c
|
add parameter section and minor fixes
|
7 years ago |
wangyang59
|
bf021f3432
|
resize test
|
7 years ago |
Yi Wang
|
2486d563ba
|
Create README.md of fluid/recordio (#10145)
* Create README.md
* Update README.md
|
7 years ago |
wangyang59
|
469a349ae3
|
polishing after qingqing's comments
|
7 years ago |
wangyang59
|
7436b36875
|
make bilinear_op registration up-to-date
|
7 years ago |
wangyang59
|
4a3c99f334
|
after rebase
|
7 years ago |
wangyang59
|
d61738311a
|
remove dropout and nccl test due to frequent CI failures
|
7 years ago |
wangyang59
|
3e6718e2de
|
simplified include structure
|
7 years ago |
wangyang59
|
d87ac4de34
|
GPU of bilinear_interp_op done
|
7 years ago |
wangyang59
|
ad3b3d9dc1
|
ported old paddle gpu bilinear_interp
|
7 years ago |
wangyang59
|
67ce586453
|
gpu implementation of bilinear interp
|
7 years ago |
wangyang59
|
f67f0cae50
|
finished testing cpu bilinear_interp_op
|
7 years ago |
wangyang59
|
c7cd6d130b
|
cpu implement of bilinear interp
|
7 years ago |
Abhinav Arora
|
504e60a881
|
Fix Cpplint issues in framework/data_type.h and framework/feed_fetch_type.h (#10146)
* Fix CPPLint issues with data_type.h
* Fix CPPLint issues with feed_fetch_type.h
|
7 years ago |
Liang Wu
|
c3162fd793
|
Update index_en.rst (#9924)
* Update index_en.rst
* update requested changes
|
7 years ago |
james
|
d060a7f8ef
|
Update faq/local/index_en.rst (#9947)
* Update index_en.rst
translation version 1.0
* Update index_en.rst
|
7 years ago |
chengduo
|
bfafcbeefb
|
Merge pull request #10141 from luotao1/parallel_executor
fix a cpu bug in parallel_executor.py
|
7 years ago |
typhoonzero
|
f03415207a
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_multiGPU_dist_train
|
7 years ago |
typhoonzero
|
1fba0c578a
|
fix multi gpu dist train
|
7 years ago |
fengjiayi
|
c5e178f4fd
|
fix errors
|
7 years ago |
Luo Tao
|
618db96ee7
|
fix a cpu bug in parallel_executor.py
|
7 years ago |
fengjiayi
|
9f11da5931
|
Add synchronous TensorCopy and use it in double buffer
|
7 years ago |
Yang yaming
|
f3e4e42def
|
Merge pull request #10130 from reyoung/feature/skip_loss
Add customize_loss_grad option to PE
|
7 years ago |