This website requires JavaScript.
Explore
Help
Register
Sign In
a-One-Fan
/
ai-voice-cloning-oneapi
Watch
1
Star
0
Fork
0
You've already forked ai-voice-cloning-oneapi
forked from
mrq/ai-voice-cloning
Code
Pull Requests
Activity
050bcefd73
ai-voice-cloning-oneapi
/
src
History
mrq
050bcefd73
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
..
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