- 22 11月, 2022 8 次提交
-
-
由 ustiniankw 提交于
* list112-122, test=document_fix * precommitfix, test=document_fix * list112-127, test=document_fix * fix_ResNetBasicBlock, test=document_fix * pre-commit_resnet, test=document_fix * refix, test=document * refix, test=document_fix
-
由 201716010711 提交于
-
由 ccrrong 提交于
-
由 傅剑寒 提交于
* remove hard_sigmoid in nn.py under fluid * fix hardsigmoid test case * fix hardsigmoid test case
-
由 傅剑寒 提交于
* remove reshape in nn.py under fluid * remove reshape reference * fix test case * fix test case in distribution.uniform * remove fluid reshape reference
-
由 201716010711 提交于
-
由 Nyakku Shigure 提交于
[CodeStyle][py2][py311] replace deprecated `inspect.getargspec` with `inspect.getfullargspec` (#48218) * [CodeStyle][py2] use inspect.getfullargspect instead of deprecated inspect.getargspec * refactor to f-string
-
由 Nyakku Shigure 提交于
[CodeStyle][py36-][E722] remove import handling for collections.abc in different python versions (#48165)
-
- 21 11月, 2022 9 次提交
-
-
由 Vvsmile 提交于
paddle.scatter_nd_add
-
由 Vvsmile 提交于
-
由 JYChen 提交于
* remove apis in fluid.ops * fix test_activation_nn_grad * fix circle import error * fix ops * fix cos * fix divide not inplace * remove lazy-import part
-
由 傅剑寒 提交于
-
由 Vvsmile 提交于
remove crop which is not used in Paddle 2.0
-
由 傅剑寒 提交于
-
由 傅剑寒 提交于
* remove relu6 test case under fluid * fix relu6 test case in mkldnn_elt_act_fuse_pass
-
由 Vvsmile 提交于
replace paddle.fluid.layers.selu with paddle.nn.functional.selu
-
由 Vvsmile 提交于
* Remove API: gather replace the paddle.fluid.layers.gather with paddle.gather * modify the call of gather from old style to new style
-
- 20 11月, 2022 1 次提交
-
-
由 ccrrong 提交于
* remove range
-
- 18 11月, 2022 3 次提交
-
-
由 Vvsmile 提交于
remove pad_constant_like which is not used in paddle 2.0
-
由 201716010711 提交于
-
由 傅剑寒 提交于
-
- 17 11月, 2022 7 次提交
-
-
由 傅剑寒 提交于
-
由 傅剑寒 提交于
* remove unstack in nn.py under fluid * remove unstack under fluid
-
由 HongyuJia 提交于
* clean fluid elementwise_pow, remove API * clean elem_pow doc * clean elementwise_mod * clean elementwise min, floordiv, mod
-
由 傅剑寒 提交于
* remove swish in nn.py under fluid * fix tswish test case
-
由 傅剑寒 提交于
-
由 傅剑寒 提交于
-
由 zhouweiwei2014 提交于
-
- 16 11月, 2022 5 次提交
- 14 11月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor as scalar attribute for some api * fix doc
-
- 10 11月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix sparse bugs * fix xpu bugs, test=kunlun * remove hard code for custom unittest * open ci, test=kunlun * deal with conflict
-
- 08 11月, 2022 2 次提交
-
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor for sundary api * fix comment
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
- 03 11月, 2022 3 次提交
-
-
由 JYChen 提交于
* move fluid.layers.deformable_conv to static.nn * modify example code * fix doc * Update common.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 JYChen 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U008] remove unnecessary args in `super()` * remove remained args * revert changes in test_pylayer_op * Revert "revert changes in test_pylayer_op" This reverts commit ff185a9ae738afac3b0264f61bde6c6b7f72e7c4. * revert some changes in example code
-