1. 20 7月, 2021 6 次提交
  2. 19 7月, 2021 18 次提交
  3. 16 7月, 2021 11 次提交
  4. 15 7月, 2021 5 次提交
    • D
      4e5cb7d8
    • C
      fix bn grad compute when x.stop_gradient=True (#34102) · 637f27c6
      ceci3 提交于
      * fix bn
      
      * fix
      
      * add unittest
      
      * fix cpu
      637f27c6
    • add inference size check to CI, test=develop (#34060) · ff97dea4
      王明冬 提交于
      ff97dea4
    • R
      Check api compatible (#34119) · 1889d504
      Ren Wei (任卫) 提交于
      * print the signatures of the apis
      
      * some faults, and a test case
      
      * use the FullArgSpec as the ArgSpec, repr>str
      
      为了延续脚本历史,把FullArgsSpec替换为ArgSpec;在逆转回对象时,记得加上inpect.FullArgSpec对象
      
      * script form @zhiboniu
      
      * parsearg
      
      * read argspec from file
      
      * add comments
      
      * refactor check_compatible and its testcases
      
      * skip the empty ArgSepc()
      
      * update the function, get inspect.FullArgSpec instances directly.
      
      * typo
      
      * for the functions using inner-defined VarType or other Class Type not accessable, use the string comparements.
      
      * typo
      
      * logging added
      
      * 若变量和默认值都增加了,用负数索引需要再处理下这个增加的内容
      
      * defaults itself may be NoneType
      
      * defaults added 2 items when args only added 1 item
      
      * same as the previous comment
      
      * enable the check_api_compatible.py
      
      * run test_check_api_compatible.py
      
      * sort the output of print_signatures.py
      1889d504
    • Q
      [NPU] fix bce loss op, test=develop (#34170) · 74db6690
      Qi Li 提交于
      74db6690