• 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
clip_grad_value_.py 2.1 KB