chengduo
04539d4c5d
Fix clip.py ( #14718 )
...
* expose square
test=develop
* fix activation
test=develop
* Add square API
test=develop
* add necessary op
* code refine
* fix API.spec
test=develop
* fix unit test
test=develop
* add unit test sparse_grad_clip
test=develop
* fix API.spec
test=develop
* remove mac test for test_gradient_clip
test=develop
* remove selectedrows_mul_tensor
test=develop
6 years ago
Tink_Y
6d04a9cf47
fix api format and example ( #14686 )
...
* fix api format and examples
test=develop
* Update executor.py
test=develop
* Update nn.py
* Update nn.py
test=develop
* Update nn.py
test=develop
6 years ago
Hongyu Liu
379d933ae5
Merge pull request #14036 from phlrain/add_dropout_att_new
...
Add dropout att new 1.1 merge
7 years ago
Xin Pan
d5d09672c8
better fix
...
test=develop
7 years ago
phlrain
ffb24a73ec
add dropout attr; test=develop
7 years ago
Qingsheng Li
63222501f0
[Do not merge] Fix global gradient clip by Yu Yang ( #13516 )
...
* Yuyang fix global gradient clip
* Share LoDs
* Revert unnecessary changes
* Fix bug in sequence_slice_op
7 years ago
Wu Yi
16e73e0d28
hide operator API ( #12543 )
...
* hide operator API
* update
* update api.spec
* fix merge
* fix test
7 years ago
tensor-tang
808c3ef3f6
fix sqrt
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
7f794ea563
Replace the overfix of 2to3 with six.string_types
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
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
4dccb58483
Hide clip APIs
7 years ago
qiaolongfei
5b6a48e77e
add doc for GradientClipByGlobalNorm
7 years ago
qiaolongfei
03f4beb877
add doc for ErrorClipByValue GradientClipByValue and GradientClipByGlobalNorm
7 years ago
yuyang18
017bba1664
Add op role
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago