- 03 12月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix gpu emb out of range Change-Id: I5794ac73bd634d5ea069a6fbbd914274b6d6b7bf * fix doc Change-Id: I5a3350b2930a9ab2f52116c192b087307faf8fdf
-
- 02 12月, 2020 3 次提交
-
-
由 Jack Zhou 提交于
* fix nll_loss doc;test=document_fix; * remove numpy and set_device;test=document_fix; * remove numpy;test=document_fix;
-
由 LielinJiang 提交于
* move temporal_shift to functional
-
由 furnace 提交于
* add fp16 for layer_norm op * revert layernorm api * fix forward * fix forward * fix backward for layernorm with fp16 * fix unit test for layernorm with fp16 * fix with_mkldnn compile error for layernorm with fp16 * 1. revert to PADDLE_ENFORCE_NOT_NULL, 2. change static_cast<float> to static_cast<U> * fix with_mkldnn compile error for layernorm with fp16 * fix with_mkldnn compile error for layernorm with fp16 Co-authored-by: Nzhiqiu <chenqiuliang@baidu.com>
-
- 01 12月, 2020 2 次提交
-
-
由 LielinJiang 提交于
-
由 Leo Chen 提交于
-
- 30 11月, 2020 3 次提交
-
-
由 huangjun12 提交于
* fix en doc, test=document_fix * add blank after code declare, test=document_fix * refine doc of dropout, test=document_fix * refine npair_loss and dropout, test=document_fix
-
由 hong19860320 提交于
-
由 danleifeng 提交于
-
- 29 11月, 2020 1 次提交
-
-
由 zhang wenhui 提交于
* fix 2.0 api, test=develop * fix api, test=develop
-
- 27 11月, 2020 3 次提交
-
-
由 徐铭远 提交于
* fix doc example, test=develop, test=document_fix
-
由 xiaoting 提交于
* fix interpolate example, test=develop;test=document_fix * fix format, test=develop, test=document_fix * update upsample doc, test=develop, test=document_fix
-
由 whs 提交于
* 1. grid_sample 1.1 fix has_print 2. conv1d_transpose 2.1 fix code_example error 3. conv1d 4. affine_grid 4.1 has_print 4.2 has_disable_static 5. Conv1DTranspose 5.1 fix code_example error 5.2 has_disable_static 6. Conv1d 6.1 code_example 6.2 has_disable_static
-
- 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 2 次提交
-
-
由 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
-