1. 28 6月, 2022 1 次提交
    • M
      Apply IOU to test_parallel_executor_seresnext_base_gpu (#43812) · c0cf5cb7
      Ming-Xu Huang 提交于
      1. test_parallel_executor_seresnext_base_gpu failed on 2 P100 GPUs with `470.82` driver.
      ```
      ======================================================================
      FAIL: test_seresnext_with_learning_rate_decay (test_parallel_executor_seresnext_base_gpu.TestResnetGPU)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "/opt/paddle/paddle/build/python/paddle/fluid/tests/unittests/test_parallel_executor_seresnext_base_gpu.py", line 32, in test_seresnext_with_learning_rate_decay
          self._compare_result_with_origin_model(
        File "/opt/paddle/paddle/build/python/paddle/fluid/tests/unittests/seresnext_test_base.py", line 56, in _compare_result_with_origin_model
          self.assertAlmostEquals(
      AssertionError: 6.8825445 != 6.882531 within 1e-05 delta (1.335144e-05 difference)
      ----------------------------------------------------------------------
      ```
      2. To be more accuracte on evaluating loss convergence, we proposed to apply IOU as metric, instead of comparing first and last loss values.
      3. As offline discussion, we also evaluated convergence on P100 and A100 in 1000 interations to make sure this UT have the same convergence property on both devices. The curves are showed below.
      ![A100-Single, P100-Single and Diff (1)](https://user-images.githubusercontent.com/13541238/175461920-25df6101-6dd8-4387-862c-d1c8e9299c57.png)
      c0cf5cb7
  2. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  3. 12 5月, 2022 1 次提交
  4. 29 12月, 2020 1 次提交
  5. 26 12月, 2020 1 次提交
  6. 01 6月, 2020 1 次提交
  7. 22 8月, 2019 1 次提交