1. 16 2月, 2022 1 次提交
  2. 10 2月, 2022 1 次提交
  3. 17 1月, 2022 1 次提交
  4. 04 1月, 2022 1 次提交
    • 0
      [Dy2st]Fix error when set buffer in forward (#38540) · 1e3f01ed
      0x45f 提交于
      * fix error when set buffer in forward
      
      * add unittest
      
      * refine class name
      
      * refine not framework.in_dygraph_mode() in if
      
      * fix UT error
      
      * add comment
      
      * refine code
      
      * remove useless import
      1e3f01ed
  5. 24 12月, 2021 2 次提交
  6. 20 12月, 2021 1 次提交
  7. 15 12月, 2021 1 次提交
    • 0
      [Dy2stat]Fix error in tensor_shape_transformer. (#37999) · 50822491
      0x45f 提交于
      * fix error when tensor_shape_transformer. Before in stmt like `if len(paddle.shape(x)[0]) > 0`, `paddle` will be used as a variable
      
      * handle other call like `fluid.layers.mean` and `fluid.layers.shape`
      
      * add unit test
      50822491
  8. 13 12月, 2021 1 次提交
  9. 10 12月, 2021 1 次提交
  10. 07 12月, 2021 1 次提交
  11. 02 12月, 2021 1 次提交
  12. 24 11月, 2021 1 次提交
    • 0
      [Dy2stat]support pure fp16 for dy2stat (#36944) · 52edad6a
      0x45f 提交于
      * run dy2stat pure fp16 in Linear model
      
      * no use self._pure_fp16_inputs
      
      * add test and fix Adam error in dy2stat pure fp16 training
      
      * use paddle.optimizer.Adam
      
      * run test in gpu
      
      * change test time for CI
      
      * enlarge atol for test_resnet_pure_fp16
      
      * refine code and enlarge atol
      
      * make custom_white_list and custom_black_list take effect for AMP and pure fp16
      
      * check tracer is not None
      
      * use default atol
      
      * change filter_size
      
      * change atol and add some NOTE
      52edad6a
  13. 22 11月, 2021 1 次提交
  14. 19 11月, 2021 1 次提交
  15. 17 11月, 2021 1 次提交
  16. 03 11月, 2021 1 次提交
    • 0
      [Dy2stat]support Python3 type annotation (#36544) · db8425ec
      0x45f 提交于
      * Support Py3 type annotations in @to_static
      
      * support type hint for args in func
      
      * support type hint assign
      
      * if annotation and value(Constant) are diffent type, we use value type
      
      * polish type_from_annotation()
      
      * code format
      
      * code format
      
      * remove useless commentary
      
      * fix review
      Co-authored-by: NAurelius84 <zhangliujie@baidu.com>
      db8425ec
  17. 20 10月, 2021 1 次提交
  18. 19 10月, 2021 1 次提交
  19. 16 9月, 2021 1 次提交
  20. 15 9月, 2021 1 次提交
  21. 14 9月, 2021 1 次提交
  22. 07 9月, 2021 1 次提交
  23. 03 9月, 2021 1 次提交
  24. 01 9月, 2021 2 次提交
  25. 31 8月, 2021 1 次提交
  26. 05 8月, 2021 3 次提交
  27. 04 8月, 2021 1 次提交
    • W
      supplement the function of slice. (#34172) · 1f0f5d3c
      WeiXin 提交于
      * supplement the function of slice
      
      * edit unittest
      
      * strided_slice_op support .
      
      * polish error message.
      
      * polish error message.
      
      * polish code.
      
      * polish unittest.
      
      * polish code.
      
      * polish code
      
      * polish error message.
      1f0f5d3c
  28. 30 7月, 2021 2 次提交
  29. 28 7月, 2021 1 次提交
  30. 27 7月, 2021 1 次提交
  31. 23 7月, 2021 1 次提交
  32. 22 7月, 2021 1 次提交
  33. 20 7月, 2021 2 次提交
  34. 15 7月, 2021 1 次提交