ai-voice-cloning/src
2023-03-08 15:31:33 +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 actually make using adamw_zero optimizer for multi-gpus work 2023-03-08 15:31:33 +00:00
utils.py actually make using adamw_zero optimizer for multi-gpus work 2023-03-08 15:31:33 +00:00
webui.py normalize validation batch size because i oom'd without it getting scaled 2023-03-08 05:27:20 +00:00