ai-voice-cloning-oneapi/src
2023-03-13 01:20:55 +00:00
..
list_devices.py
main.py
train.py simplified spawning the training process by having it spawn the distributed training processes in the train.py script, so it should work on Windows too 2023-03-11 01:37:00 +00:00
utils.py resample to 22.5K when creating training inputs (to avoid redundant downsampling when loaded for training, even though most of my inputs are already at 22.5K), generalized resampler function to cache and reuse them, do not unload whisper when done transcribing since it gets unloaded anyways for any other non-transcription task 2023-03-13 01:20:55 +00:00
webui.py blame mrq/ai-voice-cloning#122 2023-03-12 17:51:52 +00:00