1. 23 11月, 2022 1 次提交
    • V
      [Clean Fluid API]Remove API: label_smooth (#47952) · a0f47350
      Vvsmile 提交于
      * Remove API: label_smooth (replace with paddle.nn.functional.label_smooth)
      	Replace the paddle.fluid.layers.label_smooth with the
      paddle.nn.functional.label_smooth
      
      * modify the call of label_smooth from old style to new style
      a0f47350
  2. 03 11月, 2022 1 次提交
  3. 23 10月, 2022 1 次提交
  4. 11 10月, 2022 1 次提交
  5. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  6. 29 4月, 2022 1 次提交
  7. 24 4月, 2022 1 次提交
  8. 28 9月, 2020 1 次提交
  9. 25 8月, 2020 1 次提交
    • W
      【2.0 API】Enhance affine grid operator (#26385) · a065a242
      whs 提交于
      * Enhance affine grid operator:
      1. Add cuda kernel
      2. Add align corners options
      test=develop
      
      * Move new affine_grid api to functional
      test=develop
      
      * Add CUDA kernel for affine_grid.
      test=develop
      
      * Add more unitest for grid sample API
      test=develop
      a065a242