Xin Pan
|
4abcb1b8e7
|
Merge pull request #12409 from panyx0718/add_dist_deps
add distributed training deps.
|
7 years ago |
Qiyang Min
|
7da453630e
|
Merge pull request #12403 from velconia/fix_hang_up
Fix grpc destroy bug
|
7 years ago |
Xin Pan
|
398cfb47b1
|
disable dist_se_resnext since it's not stable yet.
fix fluid_benchmark.py
|
7 years ago |
Tao Luo
|
5a634786af
|
Merge pull request #12312 from luotao1/unify
unify libpaddle_inference_api and libpaddle_fluid
|
7 years ago |
Bai Yifan
|
e12b1d1792
|
Add flatten op (#12341)
* add flatten op
|
7 years ago |
Luo Tao
|
062556f938
|
Merge branch 'develop' into unify
|
7 years ago |
Xin Pan
|
5fff8d7a55
|
add distributed training deps.
|
7 years ago |
Wu Yi
|
4dbcb975f7
|
Enable dist se resnext (#12365)
* enable dist se resnext
* small batch size
|
7 years ago |
nhzlx
|
98948b975e
|
wrong added file
|
7 years ago |
nhzlx
|
830aa12c1a
|
add elementwise init code
|
7 years ago |
chengduo
|
2409d0f710
|
Refine regularization for selected_rows (#12369)
* refine regularization for selected_rows
* clean lookup_table
* refine rpc_server_test
* temporally disable rpc_server_test
* fix rpc_server_test
* add unit test
|
7 years ago |
Zhaolong Xing
|
85c4912755
|
Merge pull request #12355 from NHZlX/add_tensorrt_pooling_converter
Add tensorrt pooling converter
|
7 years ago |
tensor-tang
|
5bea9c148c
|
Merge pull request #12397 from tensor-tang/refine/num_threads
refine num_threads control
|
7 years ago |
Qiyang Min
|
cca3bd6e93
|
Merge pull request #12404 from velconia/edit_author
Add self to author
|
7 years ago |
tensor-tang
|
687a322267
|
Merge remote-tracking branch 'ups/develop' into refine/im2col
|
7 years ago |
tensor-tang
|
65d418f060
|
complete im2col with padding==1 and speedup filter width==1
|
7 years ago |
minqiyang
|
053540e199
|
Add volatile to stopped_ member
|
7 years ago |
minqiyang
|
57c8aa60c2
|
Add self to author
|
7 years ago |
tensor-tang
|
4f0383f52e
|
fix unknown flag
|
7 years ago |
minqiyang
|
0c7d6eb8b2
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
|
7 years ago |
minqiyang
|
b78ffde6d5
|
Add stopped sign for grpc client
|
7 years ago |
minqiyang
|
bc5555b85d
|
Change git apply patches to cp because third_party is not managed in Paddle repo
|
7 years ago |
tensor-tang
|
23e3f790c0
|
enable read from python
|
7 years ago |
fengjiayi
|
ec4c6e1f7c
|
Merge pull request #12384 from JiayiFeng/dev_update_save_inference_model
update inference_optimize() to support program with readers
|
7 years ago |
tensor-tang
|
9788e5ab87
|
add flags to control num_threads
|
7 years ago |
minqiyang
|
8f18f4d18a
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_hang_up
|
7 years ago |
tensor-tang
|
10a1c2bb86
|
control omp num_threads
|
7 years ago |
Xin Pan
|
99c0c20468
|
add pass test
|
7 years ago |
minqiyang
|
3107318007
|
Remove the overfix of next in unittest
|
7 years ago |
minqiyang
|
9fc13fde18
|
Remove python3 relative import of unittest
|
7 years ago |
tensor-tang
|
52eb86e30f
|
refine im2col benchmark
|
7 years ago |
minqiyang
|
35e6abd7bb
|
Change iter_parameters back and port unittests code to Python3
|
7 years ago |
tensor-tang
|
3017f46076
|
add more test cases
|
7 years ago |
minqiyang
|
e84936206d
|
Remove the overfix of print function in dataset/ folder
|
7 years ago |
minqiyang
|
4bf3c8c5a1
|
Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
|
7 years ago |
minqiyang
|
91f0573bc1
|
Fix the overfix of 2to3 for print function
|
7 years ago |
Wu Yi
|
4f10039659
|
Merge pull request #12392 from typhoonzero/fix_cudnn_enforce
fix cudnn enforce
|
7 years ago |
typhoonzero
|
54e9fd3f61
|
fix cudnn enforce
|
7 years ago |
tensor-tang
|
8d6be4fb5f
|
refine im2col test and add benchmark
|
7 years ago |
minqiyang
|
559d36328c
|
Apply 2to3 to current paddle main python code
|
7 years ago |
tensor-tang
|
507c143047
|
im2col cfo cpu code clean
|
7 years ago |
fengjiayi
|
604bd85a45
|
update inference_optimize()
|
7 years ago |
minqiyang
|
ce4ddd7865
|
Add debug info
|
7 years ago |
Xin Pan
|
12e9bf6c17
|
clean up
|
7 years ago |
Xin Pan
|
ab72d28a5e
|
clean up and correctness check
|
7 years ago |
tensor-tang
|
4eeed0b5e4
|
refine width padding and enable core copy
|
7 years ago |
Tao Luo
|
3ade95d0db
|
Merge pull request #12379 from luotao1/demo_ci_fix
fix manylinux1 Failed to publish artifacts
|
7 years ago |
fengjiayi
|
0d43594d16
|
Merge pull request #12364 from JiayiFeng/dev_add_FLAG_free_idle_memory
add flag to prevent unnessary memory free
|
7 years ago |
chenweihang
|
ea548a794b
|
refactor: simplify class to function
|
7 years ago |
Wu Yi
|
73fcfc06ec
|
refine conv cudnn enforce (#12353)
* refine conv cudnn enforce
* update
* update all cudnn ops
* fix
|
7 years ago |