1. 18 12月, 2020 3 次提交
    • C
      Complex op test (#29753) · b59b6d7a
      chentianyu03 提交于
      * delete no need to calculate inputs in dygraph op_test
      
      * delete no need to calculate inputs in dygraph op_test
      b59b6d7a
    • L
      Fix unitest test_slice (#29740) · 096c048b
      liym27 提交于
      Before this commit, test_slice use old api `dygraph_to_static_func` to use Dynamic-t-Static and use Executor explicitly,which is not recommended to users.
      After fixed, use recommended API `paddle.jit.to_static` to replace `dygraph_to_static_func`, which won't trigger the random exception on coverage CI.
      096c048b
    • H
      Reduce batch size ot fix CPU memory, test=develop (#29736) · 2e788bd8
      Huihuang Zheng 提交于
      Unit test reported memory not enough on CPU machines. Reduce batch size again.
      2e788bd8
  2. 17 12月, 2020 5 次提交
  3. 16 12月, 2020 6 次提交
  4. 15 12月, 2020 8 次提交
  5. 14 12月, 2020 10 次提交
  6. 11 12月, 2020 7 次提交
  7. 10 12月, 2020 1 次提交