diff options
author | Marvin Borner | 2023-08-18 14:16:59 +0200 |
---|---|---|
committer | Marvin Borner | 2023-08-18 14:16:59 +0200 |
commit | 7c375276b44dc933b3311c87601e0ac6945f5be8 (patch) | |
tree | eb09819e7faae47e437ee4fd5c220d7ba951d14c /swr2_asr/train.py | |
parent | 2f6037861f32ed2721fe66901dafc67aa3cad5b9 (diff) |
Fixed Pherkel CI
Diffstat (limited to 'swr2_asr/train.py')
-rw-r--r-- | swr2_asr/train.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swr2_asr/train.py b/swr2_asr/train.py index df9ffa2..7a9ffec 100644 --- a/swr2_asr/train.py +++ b/swr2_asr/train.py @@ -1,6 +1,6 @@ """Training script for the ASR model.""" -from AudioLoader.speech.mls import MultilingualLibriSpeech import os +from AudioLoader.speech.mls import MultilingualLibriSpeech def main() -> None: |