- 19 7月, 2021 1 次提交
-
-
由 lzzyzlbb 提交于
* fix the order of unfold parameters
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 08 7月, 2021 1 次提交
-
-
由 Hao Lin 提交于
* opt dygraph python API, test=develop * Fix unbind bug in manipulation.py
-
- 06 7月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 cc 提交于
* Save all scales to target ops * Move quant layers to paddle.nn.quant
-
- 01 7月, 2021 1 次提交
-
-
由 liu zhengxi 提交于
-
- 25 6月, 2021 1 次提交
-
-
由 chentianyu03 提交于
-
- 16 6月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
* fix output padding conv * add repr unittest for conv
-
- 11 6月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in all left files * reverse device.py all list; fix some flake8 errors
-
- 09 6月, 2021 3 次提交
-
-
由 wanghuancoder 提交于
* modify API nn.Bilinear's doc, test=develop
-
由 wangguanzhong 提交于
-
由 cc 提交于
* Add wrap for functional api * Refine the wraped api * Add unit test for quant functional layers * Update all unit tests for dygraph qat
-
- 03 6月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
-
- 01 6月, 2021 1 次提交
-
-
由 ceci3 提交于
* fix syncbn
-
- 31 5月, 2021 2 次提交
-
-
由 wangguanzhong 提交于
* enhance error message for conv * fix ci coverage
-
由 XiangGao 提交于
* improve group norm cpu precision and performance * add unit test to group norm
-
- 27 5月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* modify API nn.Bilinear's doc, test=develop * speed up paddle.add paddle.nn.Linear, test=develop * fix bug, test=develop
-
- 22 5月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 11 5月, 2021 3 次提交
-
-
由 root 提交于
-
由 root 提交于
-
由 huangjun12 提交于
-
- 10 5月, 2021 1 次提交
-
-
由 wangna11BD 提交于
-
- 07 5月, 2021 1 次提交
-
-
由 zhiboniu 提交于
* [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. (#32596) (#32610) * [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. * remove packages in __all__ * create new public api level paddle.callbacks;paddle.hub;paddle.utils.unique_name Co-authored-by: NZhong Hui <zhonghui.net@gmail.com>
-
- 06 5月, 2021 4 次提交
- 30 4月, 2021 1 次提交
-
-
由 pangyoki 提交于
* add relu6_ hardsigmoid_ leaky_relu_ Inplace APIs * add softmax_with_cross_entropy_ Inplace API * add clip_ scale_ add_ subtract_ Inplace APIs * add wlist * fix parameter of scale api * add add_n_ Inplace API and remove log_ Inplace API * fix elementwise_add_ and elementwise_sub_ broadcast problem * elementwise inplace api give error message before run the op * use broadcast_shape in elementwise inplace op * add 8 inplace apis that is auto generated * add unittest for all inplace apis * add decorator for inplace apis in static mode * fix windows blas fail of exp inplace api, change array_equal to allclose * add flatten inplace api * add flatten unittest * fix flatten unittest * add decorator * fix grad.numpy in test_pylayer_op * unsupport softmax_with_cross_entropy_ * add test_inplace_softmax_with_cross_entropy to static_mode_white_list * delete __all__ in inplace_utils * delete activation inplace function and add Tensor.inplace_func * change paddle.inplace_ to Tensor.inplace_ * fix little problem * add paddle in inplace_utils
-
- 29 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
add __all__=[] to python files not in API public list; import * only support in API public list files (#32643)
-
- 28 4月, 2021 1 次提交
-
-
由 wangna11BD 提交于
-
- 27 4月, 2021 4 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in nn * replace Chinese character cause error in ci;synchronization with pr:#32588 to avoid 'ascii' codec in python2 * numbers used in paddle.nn.functional.norm but not imported
-
由 xiemoyuan 提交于
* fixed docs. * Fixed docs. test=document_fix code bak. fixed docs. test=document_fix * Revert to previous version of python/paddle/fluid/backward.py * fixed bugs. * test=document_fix. Fixed examples.
-
由 Guanghua Yu 提交于
* fix cross_entropy calculation error * add unittest and fix static
-
由 xiemoyuan 提交于
* Support list and tuple for parameters of layer_norm, multiprocess_reader, DatasetFolder and ImageFolder. * add unittest for layer_norm. * add require gpu for example.
-
- 26 4月, 2021 3 次提交
- 25 4月, 2021 1 次提交
-
-
由 minghaoBD 提交于
-
- 22 4月, 2021 2 次提交
-
-
由 Feiyu Chan 提交于
* import sequence_* API to new namespace * fix typos, remove alias marking * update sample code * fix sample code * fix docstring for sequence_mask
-
由 wangxinxin08 提交于
* modify conv2d_transpose docs
-