1. 08 9月, 2020 4 次提交
    • 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
      udpate the dtype check for the argmin, argmax · 0072490f
      wawltor 提交于
      remove the bug for the checking the type of dtype
      0072490f
    • W
      f2c21ff9
    • P
      Cherry pick 26767 (#27102) · fc8bc1ba
      pangyoki 提交于
      * fix dtype not matching bug in log_prob and probs method of Distribution class (#26767)
      
      * fix _to_tensor method of Distribution class
      
      * Add unittest
      
      * let dtype be consistent with value in log_prob and probs
      
      * fix format
      
      * fix dtype problem and change unittest
      
      * fix dtype of Numpy class in unittest
      
      * add formula for entropy and kl
      
      * change formula
      
      * fix kl formula format
      
      * fix kl formula format 2
      
      * change gt to np in unittest
      
      * optimize unittest format
      
      * delete dumplicate
      
      * delete dumplicate 2
      
      * extract common function used to convert dtype value
      
      * cherry pick 27046
      fc8bc1ba
  2. 07 9月, 2020 5 次提交
  3. 06 9月, 2020 5 次提交
  4. 05 9月, 2020 1 次提交
  5. 04 9月, 2020 11 次提交
  6. 03 9月, 2020 4 次提交
  7. 02 9月, 2020 3 次提交
  8. 31 8月, 2020 7 次提交