Xin Pan
4625f83f92
better handle var type inference
...
avoid the default one that usually overwrites manually set ones
test=develop
7 years ago
chengduo
c40074aa94
fix l1 regularizer ( #13881 )
...
test=develop
7 years ago
Xin Pan
2030958eee
covert **kwargs to explicit arguments
...
Also deprecate LARs argument
7 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
000ba1ac5f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
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
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
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
5832e817d5
Hide append_regularizer
7 years ago
qiaolongfei
f69d2d9f75
add doc for L1DecayRegularizer and L2DecayRegularizer
7 years ago
yuyang18
017bba1664
Add op role
7 years ago
weixing
84ceffd02d
Fix api display errors in fluid ( #10051 )
7 years ago
qiaolongfei
2f1778868e
fix regularizer when gradient is None
7 years ago
chengduoZH
93107ce138
add regularization for test_machine_tranlation
7 years ago
chengduoZH
74523c41f1
enhance regularizer.py
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago