Yan Chunwei
02cf54d331
bugfix lod cpu performance ( #12297 )
7 years ago
Xin Pan
1a3b84369c
disable warning
7 years ago
Yu Yang
b06309381b
Merge pull request #12149 from reyoung/feature/combine_open_files_and_double_buffer
...
Change and polish readers
7 years ago
chengduo
a3ac54b672
Fix Reduce functor ( #12262 )
...
* Fix Reduce and Gather
* Fix unit test
7 years ago
Yu Yang
6c981e7d3c
Merge pull request #12259 from reyoung/feature/fix_serialize_deserialize_bug
...
Fix deserialize bug
7 years ago
Tao Luo
6fd75edae5
Fix var_handle CMake dependence ( #12261 )
7 years ago
yuyang18
47ad8d4909
Fix deserialize bug
7 years ago
Dang
6f72b3b486
Fix ir CMake dependence.
7 years ago
Qiao Longfei
37713f2282
Merge pull request #12244 from jacquesqiao/fix-mac-build
...
fix mac build
7 years ago
yuyang18
8c3cd4204e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
qiaolongfei
0e30c9d6fb
fix mac build
7 years ago
yuyang18
7cd5f906b7
Correct IR dependencies
7 years ago
yuyang18
7268760fbc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Xin Pan
950585f419
follow comments
7 years ago
Xin Pan
da5efa735a
fix
7 years ago
Xin Pan
5daad16218
polish
7 years ago
Xin Pan
ff5a7b67ed
polish
7 years ago
Xin Pan
62e2aa115d
add a graph_test
7 years ago
Xin Pan
9c9e28b57b
fix program to graph
7 years ago
Xin Pan
64eaa4c829
clean
7 years ago
Xin Pan
10786a243e
polish graph
7 years ago
Xin Pan
2fa8df1caf
separate graph building pass and graph-based pe builder
7 years ago
Xin Pan
37e514432b
op compose node and update nodes.
7 years ago
Xin Pan
9605fcd124
all graphs
7 years ago
Xin Pan
af79b19207
add a simple program to graph
7 years ago
Xin Pan
7231ef6b68
tmp
7 years ago
Xin Pan
68aa500451
polish attrs
7 years ago
Xin Pan
9b9603306c
graph attrs
7 years ago
Xin Pan
2eeaa8d5cf
Graph in ParallelExecutor Builder
7 years ago
Xin Pan
7781297c70
variants
7 years ago
Xin Pan
fcda23a3e4
simple node
7 years ago
Xin Pan
08acc03522
start
7 years ago
yuyang18
be528f9815
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
72b78154b2
Polish reader speed
7 years ago
Yancey
0042ba93c8
Merge pull request #12127 from Yancey1989/enforce_rpc_timeout
...
Enforce rpc timeout
7 years ago
chengduo
325fbc4f1b
Add learning rate decay test ( #12124 )
...
* Add learning rate decay test
* fix test name
* doesn't share @LR_DECAY_COUNTER@
7 years ago
yuyang18
b8975d6842
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
d36e13efd8
Merge branch 'feature/add_pyreader_demo' into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
c680bc1d7f
Rewrite DoubleBuffer
7 years ago
chengduo
86b0a72576
Refine multi thread cpu parallel exe ( #11406 )
...
* refine multi-thread CPU Parallel exe
* refine multi thread CPU Parallel exe
* Refine CPU version for ParallelExecutor
* add share_parameter_between_cards_
* Fix ParallelExecutor bug
* Fix unit test
* Fix parameter opt balance
* Fix with opti (param->grad)
* Add grad to op var
* Remove shard_param_between_cards
7 years ago
yuyang18
8c2eba71e2
Refine demo
7 years ago
Yu Yang
ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
...
Add Python Reader Op (Python side and unittests)
7 years ago
Yancey1989
d14afcedeb
polish function name
7 years ago
Yancey1989
9de096bd58
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_cpu_pe
7 years ago
Yancey1989
1effba3312
fix pe with cpu place
7 years ago
sneaxiy
9153223ab3
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
sneaxiy
df7ecbf5a1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
sneaxiy
31c7f6b968
Merge branch 'develop' into complete_py_reader_python
7 years ago
sneaxiy
de638f8112
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
fengjiayi
335e4b9d52
fix a dead lock bug
7 years ago