diff --git a/evaluation/metrics/intelligibility/character_error_rate.py b/evaluation/metrics/intelligibility/character_error_rate.py index 88786a7d..a9403d15 100644 --- a/evaluation/metrics/intelligibility/character_error_rate.py +++ b/evaluation/metrics/intelligibility/character_error_rate.py @@ -3,7 +3,6 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -import whisper import torch from torchmetrics import CharErrorRate diff --git a/evaluation/metrics/intelligibility/word_error_rate.py b/evaluation/metrics/intelligibility/word_error_rate.py index 05144f25..e13ed0db 100644 --- a/evaluation/metrics/intelligibility/word_error_rate.py +++ b/evaluation/metrics/intelligibility/word_error_rate.py @@ -3,7 +3,6 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -import whisper import torch from torchmetrics import WordErrorRate