We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc77c3 commit e2d2153Copy full SHA for e2d2153
test/utils.py
@@ -73,7 +73,7 @@ def psnr(a, b, max_val=255) -> float:
73
def assert_frames_equal(*args, **kwargs):
74
if sys.platform == "linux":
75
if args[0].device.type == "cuda":
76
- atol = 2
+ atol = 3
77
if get_ffmpeg_major_version() == 4:
78
assert_tensor_close_on_at_least(
79
args[0], args[1], percentage=95, atol=atol
0 commit comments