You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated ui to have placeholders, certain sliders appear only when needed(e.g. crepe hop-length, save-freq), step 2b in training is hidden if pitch guidance is disabled, unnecessary radios for picking between two options replaced with checkboxes for more clean look.
label="Cache all training sets to GPU memory. Caching small datasets (less than 10 minutes) can speed up training, but caching large datasets will consume a lot of GPU memory and may not provide much speed improvement",
2435
2437
value=False,
2436
2438
interactive=True,
2437
2439
)
2438
2440
if_save_every_weights18=gr.Checkbox(
2439
-
label=i18n("是否在每次保存时间点将最终小模型保存至weights文件夹"),
2441
+
label="Save a small final model to the 'weights' folder at each save point",
0 commit comments