dzhwinter
e983cc90fc
"fix decode bug" ( #7711 )
...
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
7 years ago
dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
7 years ago
tensor-tang
042f3524d2
add flag use_mkl_packed
7 years ago
Luo Tao
57157284b2
Merge branch 'develop' into cmake
7 years ago
Liu Yiqun
5fc88244b5
Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
7 years ago
Luo Tao
8a5a8637f9
fix bug in trainer/tests/CMakeLists.txt
7 years ago
Luo Tao
e7cbde80c3
simplify the CMakeLists.txt of trainer/tests
7 years ago
Luo Tao
67fa0de2a7
fix some warning with MKLDNN related codes and etc
7 years ago
Luo Tao
e131e96793
remove gen_proto_data.py, refine test_Trainer.cpp
7 years ago
Luo Tao
76501c8258
remove ProtoData, update related files
7 years ago
Luo Tao
e01b09410d
remove test_CompareTwoOpts
7 years ago
Luo Tao
c1931468e4
Merge branch 'develop' into ProtoDataProvider
7 years ago
tensor-tang
23a674c98a
switch the flag
7 years ago
tensor-tang
defd7ec641
mkldnn only need one trainer
7 years ago
Luo Tao
212f6eae77
modify the test config for test_CompareTwoNets.cpp
7 years ago
Luo Tao
3654e1e00f
Merge branch 'develop' into ProtoDataProvider
7 years ago
Yiqun Liu
9f28925629
Fix bug in MergeModel.cpp. ( #5605 )
7 years ago
Luo Tao
cd6d69a95f
modify the test config for test_CompareSparse.cpp
7 years ago
Luo Tao
ebb22e5cb7
remove ProtoData in sample_trainer_config_opt_*.conf
7 years ago
Luo Tao
bbeb826f42
remove ProtoDataProvider in test_PyDataProvider.cpp
7 years ago
tensor-tang
1e8300faa5
Merge remote-tracking branch 'upstream/develop' into merge
8 years ago
tensor-tang
3eb42bfd6f
move test_CompareMKLDNNandCPU to test_MKLDNN and remove unused code
8 years ago
Yiqun Liu
d3b07a6ede
Add documentation of cross-compiling for iOS ( #5239 )
...
* Add documentation of cross-compiling for iOS.
* Correst the typo in documentation of cross-compiling for raspberry pi.
* Set ANDROID_API to 21 when it is specified < 21 for arm64-v8a in build_android.sh.
* Check the input and print the usage in MergeModel.cpp.
8 years ago
武毅
2000cafe75
Merge pull request #5132 from typhoonzero/fix_ft_job_converge
...
fix ft job converge
8 years ago
helinwang
20d9b20a2a
Fix CI style check.
8 years ago
typhoonzero
cec5e6511b
fix ft job converge
8 years ago
Zhaolong Xing
4273b3513a
Merge pull request #4473 from NHZlX/fix_merge_model
...
refine paddle_merge_model
8 years ago
Tao Luo
b68f2d209a
Merge pull request #5049 from tensor-tang/mkldnn_bn
...
enable mkldnn_batch_norm
8 years ago
Helin Wang
8383e48f6a
Fix new remote updater sending all 0 param / grad to pserver
8 years ago
xzl
0dc4b29879
deal with conflit
8 years ago
tensor-tang
8845218636
add batchnorm layer in simple test and branch test
8 years ago
tensor-tang
d75b00c221
refine the gtest log info and vlog order,
...
and change the size of test to make unit test faster
refine comment and log of mkldnnlayer
8 years ago
tensor-tang
7a7c8fd9e5
simplify some comments and code
8 years ago
tensor-tang
e1954857d7
fix bug: merge grad must before backward act.
...
and add branch net comparing with cpu result
8 years ago
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
xzl
816da57f30
refine paddle_merge_model
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