1. 01 7月, 2022 1 次提交
  2. 30 6月, 2022 4 次提交
  3. 29 6月, 2022 2 次提交
    • Q
      Fix elementwise_div UT by providing user defined gradients (#43536) (#43909) · 26187c27
      Qi Li 提交于
      Cherry-pick of #43536
      
      Backgroud in #43262
      
      In elementwise_div UT, the numeric gradient (validation) has large relative error in comparison to analytic gradient (Paddle OP).
      
          The default rtol for UTs is 0.005
          The rtol for float32 and float64 elementwise_div OP is set to be 0.05
          The rtol for float16 and bfloat16 elementwise_div OP is set to be 1.0
      
      The relative error is too large, so this PR provides user defined gradients to test elementwise_div followed by the analytic method.
      26187c27
    • R
      cherry pick 43890 (#43892) · 69e82d83
      ronnywang 提交于
      * cherry pick 43890
      69e82d83
  4. 28 6月, 2022 4 次提交
  5. 27 6月, 2022 2 次提交
  6. 25 6月, 2022 2 次提交
  7. 24 6月, 2022 3 次提交
  8. 23 6月, 2022 6 次提交
  9. 22 6月, 2022 12 次提交
  10. 21 6月, 2022 4 次提交