This website requires JavaScript.
Explore
Help
Register
Sign In
yongebai
/
ai-voice-cloning
Watch
1
Star
0
Fork
0
You've already forked ai-voice-cloning
forked from
mrq/ai-voice-cloning
Code
Pull Requests
Activity
master
ai-voice-cloning
/
train.bat
5 lines
104 B
Batchfile
Raw
Permalink
Normal View
History
Unescape
Escape
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
call
.\venv\Scripts\activate.bat
added PYTHONUTF8 to start/train bats
2023-03-14 02:29:11 +00:00
set
PYTHONUTF8
=
1
;)
2023-03-14 15:48:09 +00:00
python ./src/train.py --yaml
"
%1
"
added button to just load a training set's loss information, added installing broncotc/bitsandbytes-rocm when running setup-rocm.sh
2023-03-02 01:35:12 +00:00
pause
deactivate
Copy Permalink