diff options
author | Pherkel | 2023-08-18 13:35:57 +0200 |
---|---|---|
committer | Pherkel | 2023-08-18 13:35:57 +0200 |
commit | 20b02196820097a75897e380c5e0d4f9cb2138f4 (patch) | |
tree | 815a7e2e1c27bc12fc8e29d0d567902a85f5dc34 /swr2_asr/train.py | |
parent | e19ae2cfa12bb06bd1617437f501d5c134a8d1d5 (diff) | |
parent | 6adf8cd1334129c53e672ba584081235b8767b35 (diff) |
Merge branch 'main' of github.com:Algo-Boys/SWR2-cool-projekt
Diffstat (limited to 'swr2_asr/train.py')
-rw-r--r-- | swr2_asr/train.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/swr2_asr/train.py b/swr2_asr/train.py index cfdef6b..abe0e08 100644 --- a/swr2_asr/train.py +++ b/swr2_asr/train.py @@ -7,7 +7,9 @@ from AudioLoader.speech.mls import MultilingualLibriSpeech def main(): - dataset = MultilingualLibriSpeech("./data", "mls_german_opus", "dev", download=True) + dataset = MultilingualLibriSpeech( + "data", "mls_polish_opus", split="train", download=True + ) print(dataset[1]) |