1. 30 4月, 2020 2 次提交
  2. 29 4月, 2020 2 次提交
  3. 28 4月, 2020 8 次提交
  4. 27 4月, 2020 6 次提交
  5. 26 4月, 2020 12 次提交
  6. 25 4月, 2020 2 次提交
  7. 24 4月, 2020 8 次提交
    • L
      API/OP (affine_channel, group_norm, layer_norm, random_crop, unpool, … (#24118) · a398464e
      lijianshe02 提交于
      * API/OP (affine_channel, group_norm, layer_norm, random_crop, unpool, log_loss) error message enhancement test=develop
      a398464e
    • P
      refine full_like en api. test=develop (#24021) · ab4d3140
      Pei Yang 提交于
      ab4d3140
    • G
      Add cholesky_op (#23543) · a8c0fb4e
      Guo Sheng 提交于
      * Add cholesky_op forward part. test=develop
      
      * Complete cholesky_op forward part. test=develop
      
      * Add cholesky_op backward part. test=develop
      
      * Complete cholesky_op backward part. test=develop
      
      * Refine cholesky_op error check and docs. test=develop
      
      * Add grad_check unit test for cholesky_op. test=develop
      
      * Fix sample code in cholesky doc. test=develop
      
      * Refine some error messages of cholesky_op. test=develop
      
      * Refine some error messages of cholesky_op. test=develop
      
      * Remove unused input in cholesky_grad. test=develop
      
      * Remove unused input in cholesky_grad. test=develop
      
      * Fix stream for cusolverDnSetStream. test=develop
      
      * Update PADDLE_ENFORCE_CUDA_SUCCESS from cholesky_op to adapt to latest code.
      test=develop
      
      * Add CUSOLVER ERROR in enforce.h
      test=develop
      
      * Fix the missing return value in cholesky. test=develop
      a8c0fb4e
    • L
      [Dy2Stat] Add test for ptb model. (#24076) · c2bc92de
      liym27 提交于
      * [Dy2Stat] Add test for ptb model. test=develop
      
      * Simplify code for gast.If in is_control_flow_to_transform. test=develop
      
      * Move IsControlFlowVisitor to file utils. test=develop
      
      * Don't use convert_call for build-in func in CallTransformer. test=develop
      
      * Optimize api is_control_flow_to_transform. test=develop
      
      * Polish the document of IsControlFlowVisitor. test=develop
      
      * Use declarative instead of dygraph_to_static_func. test=develop
      c2bc92de
    • L
      2ca0e118
    • Q
      Add trainable_statistics in attr for batch_norm. (#24072) · b059fb95
      qingqing01 提交于
      * Add trainable_statistics in attr for batch_norm
      * Unifying behavior of dynamic graph and static graph
      b059fb95
    • L
      7dac3226
    • L
      [Dy2Stat] Optimize loop cond (#24049) · 2961a4f0
      liym27 提交于
      * Simplify code for gast.If in is_control_flow_to_transform.
      * Move IsControlFlowVisitor to file utils. 
      * Don't use convert_call for build-in func in CallTransformer. 
      * Optimize api is_control_flow_to_transform. 
      * Polish the document of IsControlFlowVisitor.
      2961a4f0