Closed leichtrhino closed 5 years ago
This PR includes:
AudioLoader
loader[:len(loader)//2]
Combiner
AudioLoder
split_loader
offset
duration
AudioLoader.load_audio()
VoxCelebLoader.__init__()
VoxCelebLoader(dev_path, test_path)
VoxCeleb2Loader
VoxCelebLoader
This PR includes:
AudioLoader
operatorloader[:len(loader)//2]
.)Combiner
to make newAudioLoder
, combination of someAudioLoader
s.split_loader
to split a loader into training fold and validation fold.offset
andduration
to input signature ofAudioLoader.load_audio()
.VoxCelebLoader.__init__()
(useCombiner
to doVoxCelebLoader(dev_path, test_path)
.)VoxCeleb2Loader
(was replaced withVoxCelebLoader
.)