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
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
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
sneaxiy
f85e16f1de
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
yuyang18
c822d0309b
Refine code
7 years ago
yuyang18
7d6afee5c1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exception_safe_pe
7 years ago
yuyang18
0a445da631
Make scope_buffered_ssa_graph_executor Exception safe
7 years ago
fengjiayi
26ae6111d1
Merge pull request #12051 from JiayiFeng/dev_reader_ResetAll
...
[WIP] Dev reader reset all
7 years ago
fengjiayi
d55919c656
Impl ResetAll and fix errors
7 years ago
gongweibao
091ab63331
Fix singleton. ( #11835 )
7 years ago
fengjiayi
6d6f49cd56
Merge remote-tracking branch 'yuyang/feature/decorated_reader_chain' into dev_reader_ResetAll
7 years ago
fengjiayi
611716e9bc
Merge branch 'dev_reader_shutdown_start' of https://github.com/JiayiFeng/Paddle into dev_reader_shutdown_start
7 years ago
fengjiayi
0e9f1e2790
Make ReaderBase thread safe and remove ThreadedReader
7 years ago
yuyang18
e8ee9dc7f8
Several Polish
7 years ago
yuyang18
0d2ccfbd3c
Remove atomic
7 years ago
fengjiayi
b4f0e57956
fix errors
7 years ago
yuyang18
62c1133f42
Add mutex for decorated_chain
7 years ago
Tao Luo
436bb4500b
Merge pull request #11699 from pzelazko-intel/pzelazko/workaround-for-missing-mklnn-kernels
...
workaround for no MKLDNN kernel
7 years ago
fengjiayi
5528f59900
Split ReInit() to Shutdown() and Start()
7 years ago
fengjiayi
de9a411f1c
adjust readers' inheritance relationships
...
1. Make PyReader and RandomDataGenerator inherited from FileReader.
2. Remove the memeber variable 'dims_' and realated checks in FileReader.
7 years ago
yuyang18
c48c586aca
Use weak_ptr to implement DecoratedReaderChain
7 years ago
yuyang18
2bbe5f77e7
Add GetEndPoints of Reader.
...
We can get endpoints of a reader chain.
7 years ago
Paweł Żelazko
05ffc1331e
log for fallback added
7 years ago
Yu Yang
de456e74ae
Merge pull request #11913 from reyoung/feature/remove_clone_method
...
Remove Op::Clone method
7 years ago
yuyang18
8e86721fe7
Fix data balance on single GPU
7 years ago
dzhwinter
4ed0b62476
Move fluid::framework::InitDevices into fluid::platform ( #11757 )
...
* move to platform
* "move init from framework to platform"
* "remove used init"
* "fix ci"
* "fix ci"
* "fix generic"
* "fix ci"
* "fix ci"
* "fix ci"
* "disable fragile test"
7 years ago
fengjiayi
ce16b40b04
Merge pull request #11891 from JiayiFeng/dev_eof_exp
...
Add EOFException to represent EOF in C++ reader
7 years ago
yuyang18
4e4438a8aa
Remove Op::Clone method
...
It is used by NetOp before.
7 years ago
yuyang18
2d0e5592b5
Use std::map for Place <--> DeviceContext
7 years ago
Yancey
f7fd711e3f
Merge pull request #11868 from Yancey1989/dist_pass_barrier
...
add dist pass barrier
7 years ago
Yu Yang
9401b64d61
Merge pull request #11877 from reyoung/feature/fix_reshape_op_size
...
User can register a standard C++ functor as Kernel
7 years ago
fengjiayi
3fab4f65a4
Add EOFException to represent EOF in C++ reader
7 years ago
Paweł Żelazko
ac323343a0
typos fix
7 years ago
Paweł Żelazko
bf0090a1ef
workaround for missing MKLDNN kernel
7 years ago
yuyang18
82866d4a18
Add register kernel functor and shrink reshape op
...
* Shrink reshape_op library size
* User can register a standard C++ functor as a op kernel
7 years ago
fengjiayi
58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
...
Data balance for the ParallelExecutor
7 years ago
yuyang18
75ae426aa5
Merge branch 'feature/change_op_kernel_to_func' into feature/fix_reshape_op_size
7 years ago
yuyang18
3b00ed81a9
Make Kernel registed as a function
7 years ago
yuyang18
1ce478f100
Polish reshape op
7 years ago
Yancey1989
37410a0c75
update by comment
7 years ago
sneaxiy
3f9292c6e6
fix merge conflict
7 years ago