- 24 8月, 2020 2 次提交
-
-
由 Double_V 提交于
* add pool2d3d API,test=develop * add api unitest,test=develop * fix unittest, test=develop * fix reviews, test=develop * return one element when return indices is true, test=develop * fix low converage; to_variable to to_tensor, test=develop * sort API params, test=develop * fix en doc, merge PR#26108 to here, test=develop * fix en doc, test=develop
-
由 whs 提交于
This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support: - align_corners: with bool type. - padding mode: which can be in ['zeros', 'reflect', 'border'] - Interpolation mode: which ca be in ['bilinear', 'nearest'] The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'. The behavior of the new version op in default mode is compatible with the old version.
-
- 23 8月, 2020 3 次提交
-
-
由 whs 提交于
-
由 huangjun12 提交于
* add alpha_dropout in nn.functional and nn.layer, test=develop * refine Interface and assertion, test=develop * fix ci import error, test=develop * fix alias and use layers.scale, test=develop * fix doc and training params, test=develop * refine details in doc, test=develop * fix doc details, test=develop
-
由 whs 提交于
-
- 22 8月, 2020 4 次提交
-
-
由 LielinJiang 提交于
* update conv_transpose api
-
由 WangXi 提交于
-
由 Zhong Hui 提交于
* add binary cross entropy with logit loss
-
由 huangjun12 提交于
* [API2.0] add dropout, dropout2d and dropout3d, test=develop * refine Interface and assertion after review, test=develop * fix alias p=1 and use scale, test=develop * fix doc and training, test=develop * fix doc in Dropout2D, test=develop
-
- 21 8月, 2020 4 次提交
- 20 8月, 2020 3 次提交
-
-
由 hong19860320 提交于
-
由 yukavio 提交于
* add input.py file * write input.py * fix init file * add unit tests * fix dygraph and input shape * Revert "fix dygraph and input shape" This reverts commit 89ad8664. * fixed pylint * fix deprecated * fix old op * fix old op * set check_dygraph=True * Revert "set check_dygraph=True" This reverts commit a8e93e33. * test commit * fix doc and change test file name
-
由 Guanghua Yu 提交于
-
- 19 8月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
* add pad func * add pad * test=develop, add pad op and apis * restore pad2d * test=develop, fix paddl declare * fix pad interface * test=develop, fix pad * test=develop, add all pad api and cos_sim * test=develop, remove padding default value * test=develop, rename var to tensor * test=develop, add more tests * test=develop, rename tovar to totensor * test=develop, fix init * test=develop, add more test * test=develop, add more tests
-
- 18 8月, 2020 1 次提交
-
-
由 LutaoChu 提交于
add nn.functional.normalize API for API2.0, fix L1Loss API typo, test=develop
-
- 15 8月, 2020 1 次提交
-
-
由 LielinJiang 提交于
* add Class KLDivLoss and function kl_div
-
- 14 8月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 13 8月, 2020 1 次提交
-
-
由 wawltor 提交于
add the api and doc for the margin_ranking_loss and MarginRankingLoss
-
- 12 8月, 2020 2 次提交
- 15 5月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* add alias in paddle.nn and paddle.tensor test=develop * add alias in paddle.nn and paddle.tensor dir test=develop * fix same conflict manually test=develop * update fc and dygraph alias test=develop * fix initalizer.py typo test=develop
-
- 26 4月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* define fluid alias in paddle.tensor and paddle.nn dir test=develop * from layer import loss in paddle.nn dir test=develop
-
- 20 4月, 2020 1 次提交
-
-
由 Li Fuchen 提交于
* add diag_embed op, test=develop * add TestCase of diag_embed API * Modified diag embed python API teastcase from dygraph to static graph, test=develop * delete useless log and trigger ci, test=develop * modified float16 of diag_embed, test=develop * modified en doc of diag_embed * trigger ci, test=develop * add fp16 in dtype check of python API, test=develop * modified __init__ and fix a big, test=develop * modified a test bug of test_bicubic_interp_op and test_trilinear_interp_op, test=develop * modified to use one kernel on cpu and cuda, test=develop
-
- 14 4月, 2020 2 次提交
-
-
由 xiaoting 提交于
* add nn.interpolate, test=develop * fix interpolate typo, test=develop * formate code, test=develop * fix unitest, test=develop * add test layers, test=develop * add test layers, test=develop * extract common function, test=develop * reduce the threads for cuda10, test=develop * update unitest, test=develop * polish unitest, test=develop * add dygraph test, test=develop * format description, test=develop * add 5D input check, test=develop * fix doc, test=develop
-
由 Feiyu Chan 提交于
* add approximation for gelu, test=develop * add functional conv * add test and doc for function convs, test=develop * update ConvTransposeOp's InferShape and error message, test=develop * add hsigmoid, row_conv in paddle.nn(functional and layer), test=develop * fix hyperlinks in docstring
-
- 12 4月, 2020 1 次提交
-
-
由 hong19860320 提交于
-
- 11 4月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 09 4月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
* add Conv/ConvTranspose layers in paddle.nn.layer, test=develop * add example code in docstring, test=develop * update unittests to work with test_runner, test=develop
-
- 04 4月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
* add functional conv * add test and doc for function convs, test=develop * update ConvTransposeOp's InferShape and error message, test=develop
-
- 30 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* define alias in paddle dir and paddle.nn dir test=develop * define alias in paddle.nn.functional dir test=develop * define alias in paddle.tensor.__init__.py test=develop
-