1. 17 9月, 2021 13 次提交
    • Z
      [AMP] Support pure fp16 training mode for dygraph (#35521) · adaeee4d
      zhangbo9674 提交于
      * add pure fp16 major function in auto_cast & tracer
      
      * support master weight in dygraph for pure fp16
      
      * check mix dtype of fp16&fp32 for check_finite_and_unscale op
      
      * change pure fp16 funtion name
      
      * refine some bug in auto_cast
      
      * refine auto_cast interface logic
      
      * add param _casted_by_pure_fp16 for class Layer
      
      * support state_dict hook for save model by user appointed dtype in pure_fp16_decorator
      
      * refine pure_fp16_decorator as decorator
      
      * add unittest
      
      * add comment
      
      * add comment
      
      * support recompute
      
      * add comment for auto_cast and decorator
      
      * support to_static_state_dict for paddle.jit.save
      
      * unlimite models num and optimizers num
      
      * add lookup_table in black_list
      
      * fix momentum and layer state_dict
      
      * fix bug in layer state_dict
      
      * fix bug in layer state_dict_helper
      
      * refine unittest
      
      * refine test_momentun_op
      
      * refine interface and some code
      
      * refine amp_decorator interface
      
      * refine pure fp16 interface
      
      * refine master weight interface
      adaeee4d
    • L
      temporally disable the warnings (#35560) · 68ae6345
      Leo Chen 提交于
      * temporally disable the warnings
      
      * disable ut
      68ae6345
    • G
      fix unittest (#35808) · fcfb0afe
      Guoxia Wang 提交于
      fcfb0afe
    • A
      Add linalg pinv api (#35804) · 71e01d3f
      andyjpaddle 提交于
      * add pinv api, test=develop
      * add linalg pinv api, test=develop
      * update example code, test=develop
      71e01d3f
    • H
      Support EMA in Paddle2.x and Fleet (#35673) · fb4d5689
      Haohongxiang 提交于
      * Support EMA in Paddle2.x and Fleet
      
      * update
      
      * update
      
      * update
      
      * modify ut of ema
      
      * modify docs
      
      * modify bugs
      
      * update
      
      * update
      
      * update
      
      * modify ut
      fb4d5689
    • H
      add inplace op support to prune, scale_op is no longer need in jit.save (#35730) · 21921936
      Haipeng Wang 提交于
      * add scale_op in model save step is not necessary, just fix the prune method to support static graph and inplace op
      
      * fix jit.save, no need to add scale_op to each outputvar anymore.
      fix prune_with_input, now it supports inplace op
      
      * temporarily disable test_trt_dynamic_shape.TRTDynamicShapeOutOfBound2Test
      21921936
    • [inference]add hard_swish dynamic plugin (#35214) · c59c8e4f
      提交于
      c59c8e4f
    • X
      Add skip teller (#35807) · 0f74e5e7
      xiaoxiaohehe001 提交于
      * add_skip_layernorm
      
      * add_skip_layernorm
      
      * add_skip_layernorm
      
      * add_skip_layernorm
      
      * add_skip_layernorm
      
      * add_skip_layernorm
      
      * add_skiplayernorm_teller
      
      * add_skip_layernorm
      
      * add_skip_layernorm_teller
      
      * add_skip_layernorm_teller
      
      * add_skip_layernorm
      
      * add_skip_teller
      0f74e5e7
    • L
      expose cuda stream to users (#35813) · 40cfa512
      Leo Chen 提交于
      * expose cuda stream to users
      
      * add ut
      40cfa512
    • [inference]add reduce converter test (#35145) · 05275010
      提交于
      * add test
      
      * add test
      
      * add test
      05275010
    • leaky_relu test (#35318) · 867f4fa0
      提交于
      * add test
      
      * add test
      
      * add test
      
      * add test
      
      * add test
      867f4fa0
    • Y
      增强equal API,输入Y支持int,float,bool或者tensor类型 (#35695) · 9b2d53fc
      yeliang2258 提交于
      * update equal op, input Y can be float,int,bool or tensor
      
      * update test
      
      * update code style
      
      * update code style
      
      * update doc
      
      * update str check
      
      * remote str
      
      * add type check
      9b2d53fc
    • 0
      refine matrix_rank op code and doc (#35722) · 28fffef6
      0x45f 提交于
      28fffef6
  2. 16 9月, 2021 13 次提交
  3. 15 9月, 2021 14 次提交