1. 01 12月, 2020 4 次提交
  2. 30 11月, 2020 3 次提交
    • Y
      fix docs (#29097) · a069e1ca
      yaoxuefeng 提交于
      a069e1ca
    • L
      Check whether there is any inplace operation affecting gradient calculation. (#27901) · 865a4598
      liym27 提交于
      * Add a class TensorInplaceVersion to count the inplace version and put it in framework::Tensor instead of Allocation or Variable.
      
      * Add a new attribute `_inplace_version` for VarBase.
      
      * Raise exception if an inplace operation can result in incorrect gradient computation.
      
      * Add a new interface _bump_inplace_version() for VarBase to bump the version whenever the Tensor is modified through an inplace operation.
      
      * For api assign, call _bump_inplace_version() when it's an inplace operation inn dynamic mode.
      
      * Use original var_wrapper if the inplace_version is not changed.
      
      * Replace SnapshotVarWrapperList with SnapshotVarWrapper to optimize performane.
      865a4598
    • W
      save model after jit.load (#28748) · 1476e1f9
      WeiXin 提交于
      * Changed a variable name error
      
      * Add comments
      
      * Move member functions of TranslatedLayer out of function
      
      * edit code according to review
      
      * Edit input argument of '_run_static_graph'
      
      * reset due to Segmentation fault
      
      * rename variables when stitching graph
      
      * modify code according CI
      
      * Add comments to '__i_m_p_l__'
      
      * remove blanks befor 'Get...'
      
      * edit code according to review
      
      * Add a comment to '_execution_method_creator'
      
      * Edit a comment to '_execution_method_creator'
      1476e1f9
  3. 28 11月, 2020 2 次提交
  4. 27 11月, 2020 3 次提交
  5. 26 11月, 2020 2 次提交
  6. 25 11月, 2020 2 次提交
  7. 24 11月, 2020 7 次提交
  8. 23 11月, 2020 1 次提交
  9. 20 11月, 2020 1 次提交
  10. 19 11月, 2020 5 次提交
  11. 18 11月, 2020 1 次提交
  12. 17 11月, 2020 1 次提交
  13. 12 11月, 2020 1 次提交
  14. 11 11月, 2020 2 次提交
  15. 10 11月, 2020 1 次提交
  16. 06 11月, 2020 2 次提交
  17. 05 11月, 2020 1 次提交
  18. 02 11月, 2020 1 次提交