tgritsaev's picture
Upload 198 files
affcd23 verified
raw
history blame contribute delete
475 Bytes
from hw_asr.datasets.custom_audio_dataset import CustomAudioDataset
from hw_asr.datasets.custom_dir_audio_dataset import CustomDirAudioDataset
from hw_asr.datasets.librispeech_dataset import LibrispeechDataset
from hw_asr.datasets.ljspeech_dataset import LJspeechDataset
from hw_asr.datasets.common_voice import CommonVoiceDataset
__all__ = [
"LibrispeechDataset",
"CustomDirAudioDataset",
"CustomAudioDataset",
"LJspeechDataset",
"CommonVoiceDataset"
]