1. 08 9月, 2020 4 次提交
    • J
      [oneDNN] Fix to conv2d grad with groups (#27006) (#27147) · 73dbab3f
      Jacek Czaja 提交于
      * - Added fix to mobilenet
      
      * - compilation fix
      
      * - Fix to conv2d grad oneDNN with groups
      
      test=develop
      73dbab3f
    • C
      Update 2.0 Save/Load API names/arguments/doc examples (#27138) · 29861846
      Chen Weihang 提交于
      * Update set_dict method name & add aliases (#26700)
      
      * update set_dict method name & add aliases
      
      * fix var name error
      
      * fix alias formats
      
      * use set_state_dict in unittest
      
      * add decorator solve compatible problem
      
      * polish decorator
      
      * replace layer set_state_dict by patched method
      
      * remove import monkey path layer
      
      * fix import function error
      
      * add unittest for coverage
      
      * Support load state dict form `inference model` format save result (#26718)
      
      * support load infer model format state dict
      
      * add unittests
      
      * remove keep name table
      
      * recolve circle inport
      
      * fix compatible problem
      
      * recover unittest
      
      * polish doc and comment
      
      * Change jit.save/load configs to config & update code examples (#27056)
      
      * change configs to config & update examples
      
      * fix deprecate decorator conflict
      29861846
    • W
      f2c21ff9
    • W
      fix gpu kernel for numel Op (#27085) (#27130) · eed05e1a
      wangchaochaohu 提交于
      eed05e1a
  2. 07 9月, 2020 5 次提交
  3. 06 9月, 2020 2 次提交
  4. 05 9月, 2020 1 次提交
  5. 04 9月, 2020 5 次提交
  6. 03 9月, 2020 3 次提交
  7. 02 9月, 2020 3 次提交
  8. 31 8月, 2020 9 次提交
  9. 30 8月, 2020 2 次提交
  10. 29 8月, 2020 3 次提交
    • J
      Adadelta Optimizer (#26590) · a1b99fae
      Jiawei Wang 提交于
      * add doc; notest
      
      * fix doc; notest
      
      * update doc; notest
      
      * refine optimizer && adam
      
      * refine optimizer; notest
      
      * add adam
      
      * fix doc
      
      * fix doc && add adamw; notest
      
      * add error message
      
      * bug fix
      
      * refine rmsprop && adamax
      
      * fix ci
      
      * buf fix
      
      * update comment
      
      * unify arguments place; notest
      
      * fix ut, test=develop
      
      * bug fix
      
      * fix conflicts, test=develop
      
      * add examples code
      
      * bug fix
      
      * fix comments
      
      * fix sample code
      
      * add sample code for Optimizer
      
      * add adamax ut, test=develop
      
      * fix rmsprop ut, test=develop
      
      * add ut for optimizer.py and adamw.py
      
      * first commit of adadelta optimizer
      
      * fix learning rate
      
      * fix adadelta doc and add sgd momentum
      
      * remove unused fluid
      
      * fix codestyle
      
      * Update test_adam_op.py
      
      * Update test_adam_op.py
      
      * fix SGD in 2 unittests
      
      * fix SGD in 2 unittests
      
      * fix ci
      
      * fix ut
      Co-authored-by: NMRXLT <xlt2024@gmail.com>
      Co-authored-by: Nmapingshuo <mps2012@yeah.net>
      a1b99fae
    • L
      Register conv_transpose Op version for compatible Op upgrades (#26745) · 346689c6
      LielinJiang 提交于
      * fix bug
      
      * add version check
      
      * fix docs, test=document_fix
      
      * fix formula, test=document_fix
      346689c6
    • A
  11. 28 8月, 2020 3 次提交