Yancey
c4599d3e9a
Add version api ( #2985 )
...
* write versino.py
* add version py
* clean init py
* add istaged, major and etc... fields
* update
* update
* update
7 years ago
QI JUN
5f9f990e62
fix gitignore ( #5657 )
...
* fix gitignore
* refine cmake file
7 years ago
Qiao Longfei
4adc8a7aa1
Change framework to fluid ( #5637 )
...
* init commit
* change some dir name
7 years ago
fengjiayi
6783dcee9e
Python API for inference model saving/load ( #5020 )
...
* Add `dump_to_file()` for ProgrameDescBind in pybind
* Update
* Add utility.py
* typo
* Fix bugs
* Move add_feed/fetch_components to untility.py
* Compelete dump
* Follow comments
* Change output of Prune() from inference to pointer
* Expose Prune() to Python
* Compelete save/load API of inference model
* Fix errors
* Debuging
* Compelete unit tests
* follow comments
8 years ago
Yu Yang
847fe47310
Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_lazy_init_in_dev_ctx
8 years ago
Yu Yang
81d56ca86b
Remove lazy-initialization in device_context
...
* Also use `const DeviceContext&` all the time, to prevent `const_cast`
Fix #4169
Fix #3468
Fix #3475
8 years ago
Luo Tao
0597f4de99
auto generate USE_OP() in pybind.cc
8 years ago
Yu Yang
ba3f3f5689
Ignore compile generated files for git
8 years ago
Yancey
19bfb8a1f2
PServer recovery from checkpoint ( #2741 )
...
* Server recovery from checkpoint
8 years ago
Yu Yang
27b196ba6d
Expose paddle.framework by pybind11 ( #2793 )
...
* Expose paddle.framework by pybind11
* Export paddle.framework.{Scope, Variable} to paddle.v2.framework.core.
* See python/paddle/v2/framework/tests/test_scope.py for Python usage
* See paddle/pybind/pybind.cc for C++ bind code.
* add copyright
8 years ago
Yu Yang
9a23cd60ad
Clean Unused functions
8 years ago
qijun
3a36f61a3d
add build_doc dir to .gitignore
8 years ago
wangyang59
dc45cb4b9d
changed projections.protostr
8 years ago
Yu Yang
d41ac09090
Merge pull request #1017 from gangliao/external
...
Download, build, install External dependencies via cmake
8 years ago
liaogang
be8b126845
Move Execepts into arch/osx dir
8 years ago
liaogang
662f174b85
Refine cmake file names
8 years ago
Yi Wang
62a7e5cf01
Initialize Bazel WORKSPACE and a testing packages
8 years ago
wangyang59
c159e4dd78
added get_mnist_data and demo/gan and updated the gan_conf and gan_trainer python files
8 years ago
wangyang59
70e44732c2
added convTrans test and python components
8 years ago
wangyang59
e26f220df8
Mnist demo ( #162 )
...
* added mnist demo
* modified .gitignore for .project files
* normalize pixel in mnist_provider.py and set use_gpu=0
9 years ago
liaogang
75cbf5ea96
add gitignore for VS CODE on MAC OS
9 years ago
Yu Yang
db13fddcc4
Clean locks.h, Add arch Locks.cpp
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago