Yi Wang
4558807c48
Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
8 years ago
Yu Yang
84500f9487
Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
...
By shell command
```bash
sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
```
8 years ago
tensor-tang
86a9434c71
rename script and modify comments
8 years ago
tensor-tang
bea39f6314
add compare simple net of mkldnn and cpu
8 years ago
Liu Yiqun
9e524fce1b
Remove the generation of executable, such as paddle_trainer, when setting WITH_C_API.
8 years ago
tensor-tang
e08651f9b5
remove flag use_mkldnn_wgt
8 years ago
Helin Wang
37c2a23884
fix cpplint error
8 years ago
武毅
886e66a5ff
golang pserver use OptimizerConfig.proto ( #3358 )
...
* golang pserver optimizer config for user
* update
* update
* update
* update
* update by comments
* fix errors
* fix errors
8 years ago
Yiqun Liu
2e87d747bd
Merge pull request #3337 from tensor-tang/merge
...
Enable mkldnn_fc for general format
8 years ago
liaogang
7a56d46a8a
Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
8 years ago
Helin Wang
34add153de
fix style check
8 years ago
Helin Wang
b8461c79fc
implement init parameters selection with etcd
8 years ago
tensor-tang
abc49f74af
Merge remote-tracking branch 'upstream/develop' into merge
8 years ago
tensor-tang
6373291c77
add test case use_mkldnn_wgt
8 years ago
Luo Tao
16b70f3ef5
reduce time of test_TrainerOnePass
8 years ago
liaogang
d1e754336e
Merge branch 'clang-format' of https://github.com/gangliao/Paddle ; branch 'develop' of https://github.com/PaddlePaddle/Paddle into clang-format
8 years ago
Helin Wang
f0cf8ac6f0
reduce compare sparse test time by reducing dimensions
8 years ago
liaogang
736bc95b09
Fix proto_data
8 years ago
liaogang
c5714728eb
add blank
8 years ago
liaogang
b626a7ccd2
change suffix proto to proto_data
8 years ago
tensor-tang
3c3a11a0dc
add use_mkldnn flag
8 years ago
liaogang
1d4fa2433c
ClangFormat for proto and cuda
8 years ago
武毅
39af255959
Fix new optimizer lr ( #3074 )
...
* default learning rate, temperary fix
* update
8 years ago
武毅
23b8346072
Fault tolerant distributed training, just work version, with etcd ( #2849 )
...
* using etcd as fault tolerant training
* update
* workable version, ft not tested
* small fix
* update
* remove TODO
8 years ago
hedaoyuan
010adb99b4
Remove useless empty pointer check.
8 years ago
wuyi05
26d95a6bbf
fix new remote updater for go pserver
8 years ago
Yu Yang
5eb8bf0324
Correct GLOG CHECK in Paddle
...
Use CHECK instead of PCHECK, because PCHECK is used for errno.
8 years ago
helinwang
fae606fc96
Merge pull request #2659 from helinwang/cmake
...
Improve Go cmake, add go/master/c into cmake include path..
8 years ago
Helin Wang
59cf5e7796
Fix Go cmake
8 years ago
Yu Yang
64b78b1656
Fix TravisCI
8 years ago
Yu Yang
b1a311c44d
Add pb_cc_library in generic.cmake
...
Fix #2567
8 years ago
Cao Ying
6fa84d40f4
Merge pull request #2521 from emailweixu/fix_rnn_gen
...
Fix bugs for rnn generation.
8 years ago
qiaolongfei
9e13b68f01
refine code
8 years ago
qiaolongfei
d9aac1e13d
add WITH_Go to disable compile go to paddle
8 years ago
xuwei06
3438d650ed
Fix bugs for rnn generation
...
1. v2.layer.parse_network does not correctly handle the generation output.
2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
3. Fix CustomStackTrace for rnn group
8 years ago
xuwei06
17994e38aa
RecurrentGroup with mixed input sequence types
...
No longer need to use SubsequenceInput. The framework will detect.
8 years ago
qiaolongfei
c093a24336
clang format check
8 years ago
qiaolongfei
ebba2b139b
update code with new cclient
8 years ago
qiaolongfei
37594eae17
add paramConfig for each parameter
8 years ago
qiaolongfei
da3e84a6d2
change trainer_id
8 years ago
qiaolongfei
4f366be4e2
clang format
8 years ago
qiaolongfei
39d0b3de99
add test file mnist_test.py, free resource of newRemoteParameterUpdater properly
8 years ago
qiaolongfei
c44f5dd883
add simple updater, this version can train a model
8 years ago
qiaolongfei
966bf9ae1f
fix the problem in cclient when malloc paddle_parameter
8 years ago
qiaolongfei
28476f5f6e
fix the problem of paddle_send_grad
8 years ago
qiaolongfei
6f1c91da99
refine code
8 years ago
qiaolongfei
99dc60642d
new parameterupdater use paddle pserver cclient of go
8 years ago
Yu Yang
273e3f444f
Remove not necessary functionalities in Parameter
8 years ago
liaogang
6237f6f57a
revert clang-format
8 years ago
liaogang
f27fd9dc28
follow comments
8 years ago