1. 07 12月, 2020 8 次提交
  2. 05 12月, 2020 2 次提交
    • G
      Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr (#29235) · 8fc7f1b6
      Guo Sheng 提交于
      * Fix api docs in RNN, Transformer, layer_norm, WeightNormParamAttr.
      test=develop
      
      * Fix api doc for print in label_smooth.
      test=develop
      
      * Update api docs according to review comments.
      Add name argument in RNN back.
      test=develop
      8fc7f1b6
    • myq406450149's avatar
      update unbind norm add CUDAPlace api doc information (#29322) · 7c508d86
      myq406450149 提交于
      * enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop
      
      * fix format. test=develop
      
      * format fix. test=develop
      
      * add lod_rank_table. test=develop
      
      * fix format. test=develop
      
      * fix doc info. test=develop
      
      * fix np error
      
      * add unbind dygraph api. test=develop
      
      * fix unbind doc.test=develop
      7c508d86
  3. 04 12月, 2020 11 次提交
  4. 03 12月, 2020 12 次提交
  5. 02 12月, 2020 7 次提交
    • J
      fix nll_loss doc;test=document_fix; (#29247) · cf433221
      Jack Zhou 提交于
      * fix nll_loss doc;test=document_fix;
      
      * remove numpy and set_device;test=document_fix;
      
      * remove numpy;test=document_fix;
      cf433221
    • L
      Move temporal_shift to paddle.nn.functional (#29261) · b9f1f434
      LielinJiang 提交于
      * move temporal_shift to functional
      b9f1f434
    • C
      a2e9d95a
    • Z
      Add pure fp16 training with master weights. (#27712) · be3777a5
      Zhen Wang 提交于
      * add the weight decay func for the momentum op
      
      * Add the multi_precision function in Momentum Optimizer.
      
      * Make sure that the initial value of master weights are same with the fp16 weights.
      
      * add static loss scaling.
      
      * add the rescale_grad function in the pure fp16 training.
      
      * use the original momentum updating method.
      
      * Polish some codes, such as variable names.
      
      * add docstring for apis.
      
      * update the var creation details of _create_master_weight.
      
      * not modify codes about imperative momentum updating.
      
      * Fix the error of test_dist_sparse_tensor_load_momentum UT.
      
      * add unit test for multi precision fp16 training.
      
      * add more unit tests for CI.
      
      * Use lower threshold values for allclose comparing in test_multi_precision_fp16_train UT.
      
      * For CI Coverage Checking.
      be3777a5
    • C
      fix random failed of complex matmul (#29285) · 976961de
      chentianyu03 提交于
      976961de
    • F
      Layer norm fp16 (#29169) · 7584bb50
      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>
      7584bb50
    • M
      Update APIs in text/datasets and dataloader (#29219) · a37963b8
      mls1999725 提交于
      * Update IterableDataset API
      
      * Update TensorDataset API
      
      * Update APIs in paddle/text/datasets
      
      * Update dataset.py
      a37963b8