This website requires JavaScript.
Explore
Help
Register
Sign In
DoctorPopi
/
ai-voice-cloning-fork
Watch
1
Star
0
Fork
0
You've already forked ai-voice-cloning-fork
forked from
mrq/ai-voice-cloning
Code
Pull Requests
Activity
c85e32ff53
ai-voice-cloning-fork
/
train.sh
5 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
crunchbangs
2023-02-18 02:46:44 +00:00
#!/bin/bash
a bit of UI cleanup, import multiple audio files at once, actually shows progress when importing voices, hides audio metadata / latents if no generated settings are detected, preparing datasets shows its progress, saving a training YAML shows a message when done, training now works within the web UI, training output shows to web UI, provided notebook is cleaned up and uses a venv, etc.
2023-02-18 02:07:22 +00:00
source
./venv/bin/activate
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
python3 ./src/train.py -opt
"
$1
"
a bit of UI cleanup, import multiple audio files at once, actually shows progress when importing voices, hides audio metadata / latents if no generated settings are detected, preparing datasets shows its progress, saving a training YAML shows a message when done, training now works within the web UI, training output shows to web UI, provided notebook is cleaned up and uses a venv, etc.
2023-02-18 02:07:22 +00:00
deactivate
Copy Permalink