Commit Graph

143 Commits (597dc65e76669e381cf4c52dfeeb671d5eecc4e6)

Author SHA1 Message Date
minqiyang dbaaca7857 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_py3
8 years ago
minqiyang a1a1109ccc Improve Code
8 years ago
minqiyang 9130a8847a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
8 years ago
minqiyang a685566cd5 Throw all warnings from git describe in setup.py.in
8 years ago
Luo Tao 2bb43ede48 add rpath to _swig_paddle.so
8 years ago
Tao Luo 938920c894
Merge pull request #12020 from typhoonzero/fix_mac_whl_packaging
8 years ago
Qiyang Min 1bd9fe87e2
Merge pull request #11834 from velconia/update_version_via_git_branch
8 years ago
typhoonzero 55e6e2c4a8 follow commonts
8 years ago
typhoonzero 28b7f87ccf fix mac build and whl pkg
8 years ago
minqiyang fe49e46904 Fix the problem that CMake do not support {} regex
8 years ago
minqiyang 1af7d5a2e8 Change the incorrect version result from UNKNOWN to 0
8 years ago
minqiyang 37a4322112 Polish the code in setup.py.in
8 years ago
minqiyang add2e1b79c Merge variable name to detail
8 years ago
minqiyang b658d20597 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_version_via_git_branch
8 years ago
Luo Tao bc16b22ba3 check return value of patchelf in setup.py.in
8 years ago
Tao Luo 7a735f259f use -rpath to fix libmklml_intel.so not found (#11806)
8 years ago
minqiyang 1ee16f5692 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_version_via_git_branch
8 years ago
Xin Pan 93da8e2711 update develop version
8 years ago
minqiyang 9ea8b7ba21 Change the default return value of version from 0 to UNKNOWN
8 years ago
minqiyang 078da5dee8 Remove MAJOR, MINOR, PATCH and add comment for assert
8 years ago
Xin Pan aa2f76fd9b move trainer
8 years ago
Xin Pan a9086bf320 also move a few other dir to legacy/
8 years ago
minqiyang 037f9ae933 Remove wrong end of line
8 years ago
minqiyang fd3940b6c8 Change the sequence of major and minor
8 years ago
minqiyang 712986e2fd Remove the global version varibales like MAJOR and so on
8 years ago
minqiyang b28b885eb7 Add is_tag function fo ISTAGED
8 years ago
minqiyang 5f17f05bb8 Add get_version function to get version from git tags
8 years ago
qiaolongfei 2f5bc5e02d fix transpiler package
8 years ago
Yancey 5b06944857 fix trainer import error on ce (#10448)
8 years ago
typhoonzero 86a32216eb fix python package have no version.py
8 years ago
qiaolongfei de6802d2bd fix missing core.so on mac
8 years ago
Lei Wang 09b4a1a361 Build: generate all the build related files into one directory. (#9512)
8 years ago
Helin Wang f837eee724 add paddle.v2.reader,dataset back for backward compatibility
8 years ago
Helin Wang bcf7c36b0b Make paddle.fluid no longer depends on paddle.v2
8 years ago
Tao Luo 9bbd753425 change WITH_FLUID to WITH_FLUID_ONLY (#9427)
8 years ago
Luo Tao 76e1c6af9f enable WITH_FLUID option
8 years ago
Xin Pan 12843a3a53 Firt timeline version
8 years ago
Luo Tao f7fa7c57c8 modify related build code after the move
9 years ago
Yi Wang 12266656e0 Correct setup.in
9 years ago
Luo Tao 929d22c622 auto set openblas env
9 years ago
Luo Tao 49065affba remove unused usage_stat script
9 years ago
Yu Yang e0698e33a8
Make layers as a python module (#6564)
9 years ago
typhoonzero 361126f26b python package name gpu
9 years ago
typhoonzero 01e28d1125 change release version 0.11.0
9 years ago
Yancey c4599d3e9a
Add version api (#2985)
9 years ago
Qiao Longfei 4adc8a7aa1
Change framework to fluid (#5637)
9 years ago
typhoonzero fa1e90425d put files to platlib
9 years ago
Luo Tao 2d2cc2f5ce Merge branch 'develop' into warpctc, fix conflicting files
9 years ago
Yancey 0f8688192c Fix invalid paddle binary file path (#3421)
9 years ago
Luo Tao 79a336b78f add shared warpctc lib in whl
9 years ago
tensor-tang 9638c142fb refine
9 years ago
tensor-tang 07fdaf79b6 1. use local lib as runtime path of paddle for mkl shared libs.
9 years ago
tensor-tang 6f045f9a04 add mkl shared lib into whl
9 years ago
Luo Tao 0dc9c6c41a auto update the requirements in .travis.yml with python/setup.py.in
9 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
9 years ago
武毅 36ac89b9c4 Put everything in paddle python wheel package enable pip install paddle (#3102)
9 years ago
Yu Yang 36d40b1b70 Paddle needs numpy>=1.12
9 years ago
wanghaoshuang b142a6b063 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into voc_dataset
9 years ago
Yu Yang a76f7ed2eb Get OpProtos in Python
9 years ago
wanghaoshuang 4a5c3714ea fix python dependency for voc2012 dataset
9 years ago
Yu Yang 27b196ba6d Expose paddle.framework by pybind11 (#2793)
9 years ago
xuwei06 f7fa9f6725 Fix paddle build when it's a subdirectory of another project
9 years ago
gongweibao 8e8f3601a5 Merge pull request #2665 from gongweibao/cloudandlocal
9 years ago
gongweibao 660475b5ab modify to add paddle_master name
9 years ago
Yu Yang e2ea1f42e9 Generate python protobufs for paddle.v2.framework
9 years ago
helinwang fae606fc96 Merge pull request #2659 from helinwang/cmake
9 years ago
Helin Wang 59cf5e7796 Fix Go cmake
9 years ago
wanghaoshuang fc5972ba2c fix requirement config for flowers dataset
9 years ago
gongweibao 8c735c8b09 add dependy
9 years ago
qiaolongfei 4c4b689f6a disable go master
9 years ago
Helin Wang 8742441fc0 integrate master Python lib with cmake
9 years ago
Liu Yiqun 96204c3c3a Choose to disable the dependency of opencv-python on arm-based platforms.
9 years ago
Liu Yiqun 235918375d Remove the requires of opencv-python.
9 years ago
Yu Yang f0612b4e34 Merge branch 'develop' of github.com:baidu/Paddle into feature/fix_bug_in_run_python_tests
9 years ago
Yu Yang 19127b479c Fix bug in run_python_tests.sh
9 years ago
dzhwinter 8ecd722958 "update setup.in"
9 years ago
dangqingqing e371ae9c49 Remove opencv-python in python/setup.py.
9 years ago
dangqingqing 70c30efcaa image preprcoess module
9 years ago
Luo Tao 73af8d785f fix conflict
9 years ago
Luo Tao c810e6a7c0 Merge branch 'develop' into release/0.10.0
9 years ago
Yu Yang 3448438105 Fix bug in protobuf.
9 years ago
reyoung f192800091 Refine Docker build
9 years ago
reyoung 5f41d2814b Make docker build use deb package.
9 years ago
Yu Yang c9ba6f0d0e Paddle need requests package to download file.
9 years ago
Yancey1989 97dbf42afc add plot to whl package
9 years ago
Yu Yang faa43e3682 Remove unused dependencies
10 years ago
Yu Yang 9435025b8e Add dependencies
10 years ago
Yu Yang 692df52ef8 Fix unittest
10 years ago
Yu Yang c26431bacf Reordered package for feature usage.
10 years ago
qiaolongfei a3f0aed00d add python v2 package
10 years ago
liaogang 62b55cc6ab Remove paddle internals
10 years ago
xuwei06 80790017e2 Fix python/setup.py.in
10 years ago
zhangjinchao01 b72beee4f0 fix dash and space bug,
10 years ago