QI JUN
f003a63bfd
Merge pull request #2059 from gangliao/lapacke
...
change to lapacke
8 years ago
liaogang
eef91cd811
clang-format
8 years ago
liaogang
ab0db1e77d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gpu_conv
8 years ago
liaogang
96b33e1e6a
update file name
8 years ago
liaogang
b99891325a
update file name
8 years ago
liaogang
e094e095b5
change to lapacke
8 years ago
liaogang
e9ddff0047
modify img_conv2 unit test
8 years ago
liaogang
9aa4190541
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gfortran
8 years ago
liaogang
e5b10732b2
change lapack to lapacke
8 years ago
Yu Yang
5b41fe4217
Merge pull request #2043 from hedaoyuan/fix_2024
...
Remove the feenableexcept in initPaddle.
8 years ago
gangliao
a4c12d8075
Merge pull request #2045 from gangliao/v2_bug
...
force delete packages before unit test
8 years ago
qingqing01
41912f7e70
Merge pull request #2044 from gangliao/gpu_conv
...
fix gpu_img_conv2 float precision issue
8 years ago
liaogang
faf26f0a6d
force delete packages before unit test
8 years ago
liaogang
886e4becc2
fix gpu_img_conv2 float precision issue
8 years ago
gangliao
542b103f57
Merge pull request #2034 from gangliao/new_python
...
using one thread to dump sequential output
8 years ago
hedaoyuan
1b85a13c6d
Remove the feenableexcept in initPaddle.
8 years ago
Yi Wang
e84e69e141
Update Dockerfile and build.sh
8 years ago
Yi Wang
6066b36e1d
Update base image
8 years ago
Yi Wang
fa288b70af
Ongong work
8 years ago
gangliao
afcb58c4d6
Merge pull request #2017 from emailweixu/add_python_test
...
run python tests in virtualenv
8 years ago
liaogang
feaf12d4f2
fix bug when enable gpu unit test on docker
8 years ago
liaogang
e4656c2717
using one thread to dump sequential output
8 years ago
emailweixu
5458be6644
Update run_python_tests.sh
8 years ago
emailweixu
bc01717ce2
Update run_python_tests.sh
8 years ago
emailweixu
0762f7ee9b
Update run_python_tests.sh
8 years ago
emailweixu
710198026f
Update run_python_tests.sh
8 years ago
emailweixu
883cb22743
Update run_python_tests.sh
8 years ago
emailweixu
5e38c2b675
Update run_python_tests.sh
...
keep debugging
8 years ago
emailweixu
01b5d223b6
Update run_python_tests.sh
...
debug
8 years ago
gangliao
4c31f1892c
add verbose output for unit test
8 years ago
xuwei06
71c77cbed5
Use IPython 5.3 for unittest
8 years ago
xuwei06
6a7feb35e5
run python tests in virtualenv
...
When using system python, "pip install" needs root previlege. Using virtualenv to avoid this.
8 years ago
gangliao
b24f6d0fea
accelerate test and add debug info
8 years ago
liaogang
47b13a409a
clang format code
8 years ago
liaogang
f9e36971f3
Add Lapack warning
8 years ago
Yu Yang
6cee228508
Merge pull request #1996 from emailweixu/avoid-relinking
...
Avoid relink executables when cmake files are changed
8 years ago
liaogang
20cda7bd23
auto check lapack libs
8 years ago
xuwei06
b2f14e496f
Fix dynamic loading of Lapack caused by #1958
...
This only fixes the issue for ATLAS
MKL is still another fix.
8 years ago
xuwei06
7e29901ab2
Avoid relink executables when cmake files are changed
...
In the original util.cmake. enable_virtualenv.c is always regenerated when cmake files are changed, which leads to the relinking of all the targets depends on paddle_utils.
8 years ago
hedaoyuan
98e103366b
Merge branch 'develop' of https://github.com/baidu/Paddle into raspberrypi
8 years ago
gangliao
d10f6cfbed
Merge pull request #1958 from gangliao/gfortran
...
remove gfortran and dlopen lapack libs
8 years ago
Luo Tao
c810e6a7c0
Merge branch 'develop' into release/0.10.0
8 years ago
liaogang
6237f6f57a
revert clang-format
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago
liaogang
8cde2d119f
fix LAPACK_ROUTINE_EACHbug
8 years ago
liaogang
665cc0e7b2
remove redundant mutex
8 years ago
liaogang
afc84114ae
fix dsohandle bug
8 years ago
liaogang
5b8fe87faf
dlopen lapacke api and remove gfotran
8 years ago
Yu Yang
4725b1c0cb
Fix compile
8 years ago
Yu Yang
2ac8e6a518
Try to remove ParallelParameter.
...
It seems that is not used.
8 years ago
LiuYongFeng
dd32909ac5
Merge pull request #1929 from luotao1/release_doc
...
auto deploy doc on release branch, and refine doc
8 years ago
Luo Tao
fe496f171d
auto deploy doc on release branch, and refine doc
8 years ago
Yu Yang
d246d20f76
Disable some unit tests when PYTHON or SWIG_PY are not enabled.
...
* When SWIG_PY is not enabled, paddle.v2 package cannot be used.
* When PYTHON is not enabled, PyDataProvider cannot be used.
Fix issue #1920
8 years ago
Yu Yang
966e89cd68
Disable some unit tests when PYTHON or SWIG_PY are not enabled.
...
* When SWIG_PY is not enabled, paddle.v2 package cannot be used.
* When PYTHON is not enabled, PyDataProvider cannot be used.
Fix issue #1920
8 years ago
xuwei06
bf1320a732
Skip cpplint if source is not changed.
...
Change-Id: Ia29cd3d205e401dc3d04fbaf3cba2b01f2f4f0ca
8 years ago
Yu Yang
ddc2c6ef3e
Merge pull request #1893 from reyoung/Add_error_clipping_to_mt_demo
...
Add error clipping to MT demo.
8 years ago
Helin Wang
50ab8723ca
make docker build command for building prodction image more precise
8 years ago
Helin Wang
45942268b8
make docker build command for building prodction image more precise
8 years ago
Yu Yang
da2adea964
Fix unittest
8 years ago
QI JUN
e803dd108d
Merge pull request #1871 from QiJune/feature/complete_howto_write_docs_cn
...
complete the doc that guides generating paddle docs
8 years ago
Yu Yang
c6a8e23a9e
Fix unittests
8 years ago
qijun
9e11c20f91
fix bug
8 years ago
qijun
b4e459b99c
update wirte_docs_cn.rst
8 years ago
qijun
0df032a660
Merge remote-tracking branch 'baidu/develop' into feature/complete_howto_write_docs_cn
8 years ago
qijun
f9a5a2c099
follow comments
8 years ago
dangqingqing
7f3e576e41
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into smoothl1_loss
8 years ago
dangqingqing
6dd90f47c3
Change the size in test_LayerGrad and pass unit test
8 years ago
Yu Yang
62ff2e40d1
Merge pull request #1876 from reyoung/fix_bug_in_protobuf_version
...
Fix bug in protobuf.
8 years ago
Yu Yang
6e9e22dbee
Fix function module does not wait protobuf header generate.
...
* Fix #1877
8 years ago
Yu Yang
3448438105
Fix bug in protobuf.
...
Currently, Paddle only support Python use the sample version of
Protobuf that CPP do.
8 years ago
reyoung
9b45b26588
Done with docker package
8 years ago
reyoung
f192800091
Refine Docker build
8 years ago
jacquesqiao
5f9240073f
Merge pull request #1782 from jacquesqiao/support-remote-updater
...
support distribute training in python v2 API
8 years ago
dangqingqing
4d23a942c7
fix code format
8 years ago
qijun
4495878115
update docker build doc
8 years ago
dangqingqing
737b4e6867
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into smoothl1_loss
8 years ago
dangqingqing
1fd00758ac
SmoothL1 loss
8 years ago
Yu Yang
b3c6cd03d5
Merge branch 'release/0.10.0' into curl_is_also_need_by_paddle
8 years ago
reyoung
5f41d2814b
Make docker build use deb package.
8 years ago
qijun
7b16103f87
update comments
8 years ago
qijun
2c4892c968
find whl path
8 years ago
qijun
190e429dfd
add some comments
8 years ago
qijun
81e0f5a4e2
correct with_testing option
8 years ago
qijun
2925f0089a
fix wrong path of pip install *whl
8 years ago
qijun
0344c086e5
fix build.sh
8 years ago
qijun
99ae4dae46
add build paddle_docs_cn
8 years ago
qijun
feccfc8333
fix with_doc build option
8 years ago
QI JUN
289b23e757
Merge pull request #1839 from QiJune/feature/fix_with_doc_build_option
...
Feature/fix with doc build option
8 years ago
qijun
3dae7c53e5
update comments
8 years ago
Yu Yang
e703cf4e05
Standerlizd debian package
8 years ago
qiaolongfei
68c1efdd9c
fix the bug of use sparse_remote_update with MultiGradientMachine
8 years ago
qijun
a278048b35
find whl path
8 years ago
Yu Yang
f979b126c1
Merge pull request #1062 from reyoung/feature/c_api
...
C-API for inference.
8 years ago
qijun
d1052de117
add some comments
8 years ago
qijun
b896b48400
correct with_testing option
8 years ago
Yu Yang
771bbe6027
Fix Production Docker Image's mirror settings.
8 years ago
gangliao
4fa8fdc3c0
Merge pull request #1837 from reyoung/feature/fix_travis_build_error
...
Fix travis ci error.
8 years ago
gangliao
1f92f42284
Merge pull request #1836 from reyoung/feature/fix_travis_build_error
...
Fix travis ci error.
8 years ago
Yu Yang
d6a7648ae4
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yu Yang
91927cc3a2
Change name conventions.
8 years ago
qijun
37db05f915
fix wrong path of pip install *whl
8 years ago
qijun
e9f0ee07cb
fix build.sh
8 years ago
Yu Yang
12dea70fd0
Fix travis ci error.
...
* `pip install` using `find` utility
8 years ago
hedaoyuan
e1288616f6
Fix compile on raspberry pi
8 years ago
qijun
d8b1124600
Merge remote-tracking branch 'baidu/develop' into feature/fix_with_doc_build_option
8 years ago
liaogang
4d3f9107c7
Add pip install paddle wheel package in Dockerfile
8 years ago
qijun
32a540d2cd
Merge branch 'master' into feature/fix_with_doc_build_option
8 years ago
gangliao
a854822335
Add pip install paddle wheel package in Dockerfile
8 years ago
hedaoyuan
c4ceefa0bc
fix test_matrixCompare
8 years ago
qijun
d75399d5e3
add build paddle_docs_cn
8 years ago
qijun
2076a92fe4
fix with_doc build option
8 years ago
hedaoyuan
3aa01eaf47
Fix ContextProjectionOpTest
8 years ago
Yu Yang
6d6804f124
Merge pull request #1817 from reyoung/feature/fix_bug_in_paddle_mirror
...
Fix Production Docker Image's mirror settings.
8 years ago
Yu Yang
899caa6dda
Fix Production Docker Image's mirror settings.
8 years ago
Yu Yang
28c4cee535
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
qiaolongfei
cf86ca04b4
refine code
8 years ago
dangqingqing
2c2947f80e
Fix a bug for TransLayer and add unit testing.
8 years ago
qijun
486c6c555f
fix build error with clang
8 years ago
qiaolongfei
6295f2d6db
fix style problem
8 years ago
qiaolongfei
ea25eef375
word2vec demo support sparse remote update
8 years ago
qiaolongfei
8210350819
add getParametersRemote for ParameterUpdater in api
8 years ago
qiaolongfei
64bfd8147f
fix style probelm
8 years ago
qiaolongfei
bad503ff08
support RemoteSparseUpdater
8 years ago
Yu Yang
d25357e579
Fix PyHome Setted in PythonUtil.cpp
...
* set PYTHON_HOME outside the paddle processes.
8 years ago
武毅
877df136c5
Merge pull request #1772 from typhoonzero/fix_pythonhome
...
fix docker image pythonhome
8 years ago
Yu Yang
bda2008630
Add TODO for GPU unittest
8 years ago
Yu Yang
87dfc12a29
Follow comments
8 years ago
Yu Yang
18a3588b24
Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
qiaolongfei
6802b65cd2
init support remote updater
8 years ago
Luo Tao
4274883a75
add field "prob" in paddle.infer
8 years ago
Yu Yang
c1219ea2a7
Add pre_scan routine to SequenceScanner.
8 years ago
Cao Ying
df5a95dce8
Merge pull request #1701 from luotao1/stride
...
stride pooling for seqlastin and seqfirstin.
8 years ago
yi.wu
69e6a0f5ec
fix docker image pythonhome
8 years ago
Yancey
caffcc8314
Merge pull request #1707 from Yancey1989/woboq_view
...
reading source code with woboq
8 years ago
Yancey1989
a073575557
to enable building ==> to enable the building of
8 years ago
Luo Tao
e6366e3496
update with comments
8 years ago
Luo Tao
ba68ce1a1a
Merge branch 'develop' into stride
8 years ago
Luo Tao
a7827593d8
fix PadOp bug on Gpu
8 years ago
Yiqun Liu
d324ed7fff
Merge pull request #1698 from Xreki/build_arm
...
Add cross-compiling support for arm architecture.
8 years ago
Luo Tao
c1738e29c8
Merge branch 'develop' into stride
8 years ago
Yu Yang
c6f86cf9b3
Speed up int scanner of data converter.
...
* Pre-allocated buffer for int scanner
8 years ago
Yu Yang
36524bb2fa
Add Error in FuncConfig.
...
* Also test std::vector
* Use std::vector to PadConf
8 years ago
Luo Tao
dd613047b1
refine annotation
8 years ago
Luo Tao
a5734f7c1c
Merge branch 'develop' into stride
8 years ago
Yu Yang
c85ac61ad0
Using linb::any/std::any instead of FunctionConfig
8 years ago
Cao Ying
d94e1f516c
Merge pull request #1754 from lcy-seso/fix_bug_of_AgentLayer
...
fix a bug of AgentLayer.
8 years ago
caoying03
ec5bb80ddd
fix a bug of AgentLayer when using scheduled sampling in
...
RecurrentLayerGroup for training.
8 years ago
Liu Yiqun
1628fb7cda
Add the check of image size in exconv.
8 years ago
Yu Yang
7315608a60
Merge pull request #1749 from reyoung/feature/fix_hsigmoid_comments
...
Fix hsigmoid layer comments.
8 years ago
Yu Yang
a0683f60bd
Fix hsigmoid layer comments.
8 years ago