- 25 4月, 2021 1 次提交
-
-
由 minghaoBD 提交于
-
- 22 4月, 2021 3 次提交
-
-
由 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
-
由 Feiyu Chan 提交于
add glu in nn.functional
-
- 21 4月, 2021 1 次提交
-
-
由 Yiqun Liu 提交于
-
- 20 4月, 2021 1 次提交
-
-
由 FNRE 提交于
* add paddle.nn.unfold * update Parameters of Unfold
-
- 13 4月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 12 4月, 2021 1 次提交
-
-
由 ronnywang 提交于
* [ROCM] fix test_gru_rnn_op * [ROCM] fix test_expand_op * [ROCM] fix test_cross_entropy_loss * [ROCM] fix test_conv_nn_grad * [ROCM] fix test_bilinear_tensor_product_op * [ROCM] fix elementwise_op_function * [ROCM] fix test_lstm_cudnn_op * [ROCM] fix test_gpu_package_without_gpu_device * [ROCM] fix test_gru_unit_op * [ROCM] fix test_imperative_optimizer * [ROCM] fix rnn * [ROCM] fix group_norm_op * [ROCM] fix test_pool3d_api * [ROCM] fix test_pool3d_op
-
- 08 4月, 2021 1 次提交
-
-
由 chentianyu03 提交于
* add layerdict class * add docs and test cases for LayerDict class * remove the arguments type in function define * add update inputs type check
-
- 07 4月, 2021 1 次提交
-
-
由 Ouyang Chao 提交于
* improve performance of DepthwiseConv(NWHC)
-
- 06 4月, 2021 1 次提交
-
-
由 zhulei 提交于
* fix test of affine_grid with rocm * fix test of affine_grid with rocm
-
- 01 4月, 2021 3 次提交
-
-
由 chajchaj 提交于
-
由 Wei Shengyu 提交于
* fix doc of MaxPool1D * fix doc * fix doc format error * dbg * fix doc * dbg doc format test=document_fix * fix format test=document_fix * test doc * remove - from doc * fix indent * remove space before bracket * dbg format * fix indent test=document_fix * remove new line * fix descrip of Shape test=document_fix * add description for default value test=document_fix * fix bug test=document_fix
-
由 tangwei12 提交于
* fix en doc for emb, test=document_fix; Change-Id: I4757e67caacd7189f068493ed45a7445f87ffb40
-
- 30 3月, 2021 1 次提交
-
-
由 chajchaj 提交于
* add deprecated for softmax_with_cross_entropy, test=develop * test for deprecated in english doc, test=develop * test deprecated for softmax_with_cross_entropy in english doc, test=develop * fix readme and English doc for cross_entropy, test=develop * rm test for softmax_with_cross_entropy deprecated, test=develop * update readme for CrossEntropyLoss, test=develop * fix readme format, test=develop * fix readme format, test=develop * fix readme format for cross_entropy, test=develop * add softmax_switch and fix softlabel for cross_entropy, test=develop * 1)recovery softmax_with_cross_entropy in fluid 2) change softmax_switch to use_softmax 3) add example for softlabel for cross_entropy, test=develop * fix Example number for cross_entropy, test=develop * fix code format, test=develop * fix for CI-Coverage, test=develop * fix for CI-Coverage, test=develop * fix ci-coverage for Non-ASCII character '\xe2' in file, test=develop * fix ci-coverage for Non-ASCII character '\xe2' in nn.layer.loss.py, test=develop * update description for doc when use_softmax=Fasle, test=develop * fix some docs and code example for cross_entropy, test=develop * delete redundant description for soft_label parameter of cross_entropy, test=develop * fix some comment for test_cross_entropy_loss.py, test=develop
-
- 29 3月, 2021 2 次提交
-
-
由 wanghuancoder 提交于
* modify API nn.Bilinear's doc, test=develop * modify API nn.Bilinear's doc, test=develop
-
由 ronnywang 提交于
-
- 24 3月, 2021 2 次提交
-
-
由 winter-wang 提交于
-
由 parap1uie-s 提交于
Fix default argument of nn.MaxPool3D()
-
- 09 3月, 2021 1 次提交
-
-
由 wangguanzhong 提交于
-
- 04 3月, 2021 1 次提交
-
-
由 Zhang Ting 提交于
* improve performance of depthwise_conv2d * add unittest
-
- 25 2月, 2021 1 次提交
-
-
由 littletomatodonkey 提交于
* add int pad support for Pad1D/2D/3D * fix type * fix format
-
- 23 2月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Support 'bool' and 'int' for attention mask. * Update docs. * Add unittest for Transformer. * fix bugs.
-
- 20 2月, 2021 1 次提交
-
-
由 Jack Zhou 提交于
-
- 11 2月, 2021 1 次提交
-
-
由 huangjun12 提交于
-
- 09 2月, 2021 1 次提交
-
-
由 chajchaj 提交于
* support label with float input of cross_entropy, test=develop * fix code style in nn/functional/loss.py, test=develop
-
- 03 2月, 2021 1 次提交
-
-
由 AshburnLee 提交于
-
- 01 2月, 2021 1 次提交
-
-
由 xiemoyuan 提交于
* Add cache for Transformer encoder. * Bug fixed. * add unittests for transformer encoder.
-
- 15 1月, 2021 1 次提交
-
-
由 pangyoki 提交于
* add view strategy on squeeze,unsqueeze,reshape,flatten * add squeeze unittest * add unittests * use View strategy as name rather than Reuse Allacation * fix view api doc * fix format * use core.ops when input of reshape2 is Tensor * fix test_cross_entropy_loss error because of reshape2 * fix test_cross_entropy_loss error because of reshape2 * add inplace strategy * add elementwise_add sub * let backward op not use inplace * grad op do not use inplace * fix memory increase error and add leaf error message * delete selected_rows * change op_function * little change * solve HandleViewBetweenInputAndOutput * add unittest and leaf error message * merge view error * optimize op_function_generator format and support sum inplace op * fix format of basic_engine * fix format for framework * little change of variable wrapper * add reshape, squeeze, unsqueeze, scatter api * add relu elu tanh softmax inplace api * fix test_squeeze_op unittest * fix test_relu_op unittest * fix comment problems * delete sample code of inplace api * add reference of grad_pending_nodes in basic_engine * fix unittest name * add inplace apis into wlist * fix error message * add PADDLE_ENFORCE for set grad op twice * fix head file error
-
- 12 1月, 2021 1 次提交
-
-
由 chajchaj 提交于
* fix bug of using ignore_index and reduction,test=develop * fix bug of celoss when using ignore_index and reduction, test=develop * improve performance when ignore_index=-100, test=develop * add test in test_cross_entropy_loss.py for coverage rate, test=develop * rm comment in test_cross_entropy_loss.py, test=develop * del hard code of "float64" in python/paddle/nn/functional/loss.py, test=develop * change mask to a more simplified implementation, test=develop * del comment in python/paddle/nn/functional/loss.py, test=develop * del hard code and change mask to a more simplified implementation, test=develop * change mask to a more simplified implementation, test=develop * change mask to a more simplified implementation, test=develop
-
- 11 1月, 2021 1 次提交
-
-
由 XiaoguangHu 提交于
* delete paddle.nn.functional.assign * fix dynamic to static error
-
- 08 1月, 2021 2 次提交
-
-
由 Leo Chen 提交于
* fix dtype of ungenerated grad var * update ut * refine code * set default dtype * fix could_use_cudnn bug * remove debug code * re-implement * fix bug
-
由 littletomatodonkey 提交于
-
- 07 1月, 2021 1 次提交
-
-
由 tangwei12 提交于
Change-Id: Ia5279b0cbb6a5b3970aff66e9510e0d85efa70ce
-
- 06 1月, 2021 5 次提交
-
-
由 ceci3 提交于
* fix syncbn convet * add unittest
-
由 Leo Chen 提交于
* add dispenable input 'shape' for core.ops.reshape2 * add dispenable inputs for core.ops.reshape2/expand/slice * add ut
-
由 Zhou Wei 提交于
* Polish and Optimize the print/repr message of all layer * fix some code format
-
由 ceci3 提交于
-
由 ceci3 提交于
* add attribute for batch_norm
-
- 04 1月, 2021 1 次提交
-
-
由 xiaoting 提交于
* add alias for upsample, test=develop * add alias for upsample * fix example
-