1. 30 11月, 2020 9 次提交
    • 1
      Update ps gpu (#29209) · b5c63423
      123malin 提交于
      * fix paramete prefetch & device guard
      Co-authored-by: NMrChengmo <cmchengmo@163.com>
      Co-authored-by: Nchengmo <chengmo@baidu.com>
      b5c63423
    • 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
    • J
      Remove cast from paddle.pow api (#29134) · dc070ecf
      joejiong 提交于
      As the title
      dc070ecf
    • W
    • C
      Polish unittests details and execution conditions to adapt to MUSL (#29044) · 0b032fae
      Chen Weihang 提交于
      * fix failed tests in yingchun gived list
      
      * add unittests into static_mode_white_list
      
      * add enable static
      
      * fix dist unittest
      
      * skip test_sigmoid_focal_loss_op & add gym
      
      * revert no need skip unittests
      
      * remove gym
      0b032fae
    • T
      add set_trainer_num api in dataset (#29133) · 4adddcc8
      Thunderbrook 提交于
      4adddcc8
    • L
      fix code: if y is True -> if y (#29184) · e0344081
      liym27 提交于
      e0344081
    • 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
    • W
      Generate code coverage reports only for incremental files (#28508) · 0239f796
      wanghuancoder 提交于
      * Generate code coverage reports only for incremental files, test=develop
      
      * Generate code coverage reports only for incremental files, test=develop
      
      * Generate code coverage reports only for incremental files, test=develop
      
      * test for diff python file, test=develop
      
      * fix no python diff report, test=develop
      
      * add cc test file, test=develop
      
      * fix bug in generic.cmake, test=develop
      
      * for debug no cc report, test=develp
      
      * modify compire branch form test_pr to test, test=develop
      
      * fix bug, test=develop
      
      * test for h file changed, test=develop
      
      * debug for redefinition of argument optimize error, test=develop
      
      * close -o3 for test, test=develop
      
      * remove -o3 for test, test=develop
      
      * remove coverage option for nvcc, test=develop
      
      * use CMAKE_CXX_FLAGS open coverage option when header file changed, test=develop
      
      * reopen -o3, test=develop
      
      * remove debug code, test=develop
      
      * remove unused code, test=develop
      0239f796
  2. 28 11月, 2020 4 次提交
  3. 27 11月, 2020 12 次提交
  4. 26 11月, 2020 11 次提交
  5. 25 11月, 2020 4 次提交