1. 03 8月, 2023 1 次提交
  2. 06 7月, 2023 1 次提交
    • Z
      add clip_grad_value_ api (#54603) · 88402cdb
      zqw_1997 提交于
      * add clip_grad_value_ api
      
      * add test for ClipGradByValue
      
      * typo fix
      
      * refine and modify clip_grad_norm_
      
      * no_grad
      
      * clip_
      
      * remove g=p.grad
      
      * bug: AssertionError: When Variable is used as the condition of if/while , Variable can only contain one element.
      88402cdb