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
ff07f707cb
ai-voice-cloning-oneapi
/
src
History
mrq
ff07f707cb
disable validation if validation dataset not found, clamp validation batch size to validation dataset size instead of simply reusing batch size, switch to adamw_zero optimizier when training with multi-gpus (because the yaml comment said to and I think it might be why I'm absolutely having garbage luck training this japanese dataset)
2023-03-08 04:47:05 +00:00
..
cull_dataset.py
added helper script to cull short enough lines from training set as a validation set (if it yields good results doing validation during training, i'll add it to the web ui)
2023-03-07 20:16:49 +00:00
list_devices.py
Initial refractor
2023-02-17 00:08:27 +00:00
main.py
fixed some files not copying for bitsandbytes (I was wrong to assume it copied folders too), fixed stopping generating and training, some other thing that I forgot since it's been slowly worked on in my small free times
2023-02-24 23:13:13 +00:00
train.py
use torchrun instead for multigpu
2023-03-04 20:53:00 +00:00
utils.py
disable validation if validation dataset not found, clamp validation batch size to validation dataset size instead of simply reusing batch size, switch to adamw_zero optimizier when training with multi-gpus (because the yaml comment said to and I think it might be why I'm absolutely having garbage luck training this japanese dataset)
2023-03-08 04:47:05 +00:00
webui.py
disable validation if validation dataset not found, clamp validation batch size to validation dataset size instead of simply reusing batch size, switch to adamw_zero optimizier when training with multi-gpus (because the yaml comment said to and I think it might be why I'm absolutely having garbage luck training this japanese dataset)
2023-03-08 04:47:05 +00:00