- 26 11月, 2020 5 次提交
-
-
由 Noel 提交于
Fix ops doc for some ops
-
由 whs 提交于
-
由 ceci3 提交于
* fix examples, test=document_fix * fix, test=document_fix
-
由 Guanghua Yu 提交于
-
由 LielinJiang 提交于
-
- 25 11月, 2020 4 次提交
-
-
由 GaoWei8 提交于
-
由 ceci3 提交于
* fix syncbn * add unittest
-
由 FlyingQianMM 提交于
* rewrite the sigmoid_focal_loss code example. test=develop * fix spelling mistake in comments of code example.test=develop * change print([.*].numpy()) to print([.*]) in example codes of sigmoid_focal_loss. test=document_fix
-
由 chajchaj 提交于
* save one name in cross_entropy and softmax_cross_entropy, test=develop * change used function in CrossEntropy from softmax_cross_entropy to cross_entropy, test=develop
-
- 24 11月, 2020 4 次提交
-
-
由 joejiong 提交于
As the title
-
由 chajchaj 提交于
* add soft_label and axis for CrossEntropyLoss and improve performance,test=develop * fix conflict in nn/functional/loss.py, test=develop
-
由 Leo Chen 提交于
* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with '''
-
由 wanghuancoder 提交于
* fix eng doc, test=develop * add import deprecated for layers, test=develop * add block line for doc generate, test=develop * remove todo for create_variable, test=develop * add blank line for doc generate, test=develop * add blank line for doc generate, test=develop
-
- 23 11月, 2020 3 次提交
-
-
由 Leo Chen 提交于
* refine doc of bernoulli * fix some problems * fix unsqueeze * fix squeeze * fix doc
-
由 lijianshe02 提交于
* fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=document_fix
-
由 LielinJiang 提交于
* optimize conv performance
-
- 20 11月, 2020 4 次提交
-
-
由 123malin 提交于
* test=develop, bug fix for embeddings padding * fix raise Value for Embedding Change-Id: I6d343fceee369a5796ad59cca5c91fdd15429125 Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
由 Bai Yifan 提交于
* fix code example, test=document_fix
-
由 Aurelius84 提交于
* Fix wrong out dtype from helper.input_dtype * add unittest * remove disable_static in op_test * fix param name typo
-
由 Jack Zhou 提交于
* add lstm, simple rnn op kernel * fix the test_lstm for the rnn op * change func name * fix forward postprocess bug * add gru forward, backward code * remove unittest.skipIf; use a big rnn op instead of combination op * fix input doesn't have gradient bug * add eigen lstm forward, backward Co-authored-by: Nwawltor <fangzeyang0904@hotmail.com>
-
- 19 11月, 2020 3 次提交
-
-
由 wangguanzhong 提交于
-
由 Double_V 提交于
* fix pool exclusive and delete disable_static, test=develop * fix pool1d exclusive, test=develop * fix pool APIs en doc, test=document_fix
-
由 furnace 提交于
add alias for fluid.initializer.set_global_initializer, alias is nn.initializer.set_global_initializer (#28690)
-
- 18 11月, 2020 2 次提交
-
-
由 xiaoting 提交于
* update interpolate, test=develop * fix coverage, test=develop
-
由 LielinJiang 提交于
-
- 17 11月, 2020 3 次提交
-
-
由 littletomatodonkey 提交于
* adapt pad const * fix comment and rm fluid import * rm stdout * fix note
-
由 Double_V 提交于
* fix pool exclusive and delete disable_static, test=develop * fix pool1d exclusive, test=develop
-
由 zhupengyang 提交于
-
- 12 11月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
also fix `no_grad` alias
-
- 10 11月, 2020 1 次提交
-
-
由 yukavio 提交于
-
- 09 11月, 2020 2 次提交
-
-
由 smallv0221 提交于
-
由 WangXi 提交于
-
- 05 11月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
-
- 04 11月, 2020 2 次提交
- 03 11月, 2020 2 次提交
- 26 10月, 2020 1 次提交
-
-
由 cnn 提交于
* Release 2.0rc cherry pick api rename #28108 (#28184) * rename count_include_pad-->exclusive return_indices-->return_mask * remove track_running_stats * fix typo. * rename xxxd-->xxxxD * solve conflicts * 2.0rc api add all any (#28199) * reduce trt warning message (#28011) add paddle.enable_static() on sample code alias recude_all-->all, reduce_any-->any add import reduce_all and reduce_any in python/paddle/tensor/math.py import all and any in python/paddle/tensor/__init__.py remove all and any OP in python/paddle/tensor/logic.py, add all and any OP in python/paddle/tensor/math.py fix import error remove TestAllAPI temporary * fix doc of recdue_all and reduce_any, test=document_fix * fix typo * fix unittest for all and any API Co-authored-by: NPei Yang <peiyang@baidu.com> * rename conv_transposeXd-->convXd_transpose (#28198) * fix sample code of reduce_all and reduce_any Co-authored-by: NPei Yang <peiyang@baidu.com>
-
- 21 10月, 2020 1 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-
- 17 10月, 2020 1 次提交
-
-
由 littletomatodonkey 提交于
* add pad apis * rm pad2d test_layer * fix code example
-