RC & Docs/changelog (#1776)

* missing

* RC

* tol

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* test

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
This commit is contained in:
Jirka Borovec
2020-05-11 21:57:53 -04:00
committed by GitHub
co-authored by Adrian Wälchli
parent d120f97896
commit 9d2df24d6b
4 changed files with 20 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import pytest
from pytorch_lightning.profiler import AdvancedProfiler, SimpleProfiler
PROFILER_OVERHEAD_MAX_TOLERANCE = 0.0001
PROFILER_OVERHEAD_MAX_TOLERANCE = 0.0005
def _get_python_cprofile_total_duration(profile):