From 2c453ea7655e1864b6b480fa27b37291643d2b0d Mon Sep 17 00:00:00 2001 From: manonBlanco <blanco@teklia.com> Date: Tue, 13 Jun 2023 10:28:15 +0200 Subject: [PATCH] Fix tests --- tests/data/training/models/best_0.pt | 2 +- tests/data/training/models/last_3.pt | 4 ++-- tests/test_training.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/data/training/models/best_0.pt b/tests/data/training/models/best_0.pt index 1bf2702b..e7ef8402 100644 --- a/tests/data/training/models/best_0.pt +++ b/tests/data/training/models/best_0.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3199e188056836ee2b907319c72c24abfb3b83d850dad8951033a63effa89e72 +oid sha256:48871b9082cf3fc61822dda39a2dc73142c9a9e73947333b17911b0283c133c7 size 84773087 diff --git a/tests/data/training/models/last_3.pt b/tests/data/training/models/last_3.pt index 27e32d82..519615bd 100644 --- a/tests/data/training/models/last_3.pt +++ b/tests/data/training/models/last_3.pt @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c62f5090b1ae30e55a758a4d3ce9814c754f336b241438e106a98c630e0c31e6 -size 84773279 +oid sha256:577051cb2b3ef1e3f666c0b831369c19a02f123514baec43b1a1ec0f31e3ad16 +size 84773087 diff --git a/tests/test_training.py b/tests/test_training.py index b2c4ebbb..73611e81 100644 --- a/tests/test_training.py +++ b/tests/test_training.py @@ -16,7 +16,7 @@ from tests.conftest import FIXTURES "last_3.pt", { "nb_chars": 43, - "cer": 1.2791, + "cer": 1.2558, "nb_words": 9, "wer": 1.0, "nb_words_no_punct": 9, @@ -34,7 +34,7 @@ from tests.conftest import FIXTURES }, { "nb_chars": 49, - "cer": 1.1429, + "cer": 1.1224, "nb_words": 9, "wer": 1.0, "nb_words_no_punct": 9, -- GitLab