-
-
Notifications
You must be signed in to change notification settings - Fork 151
Description
There was an error when I trained the new model.
FileNotFoundError Traceback (most recent call last)
in <cell line: 0>()
161 D_path = 'assets/pretrained_v2/f0D48k.pth'
162
--> 163 result_generator = click_train(
164 exp_dir,
165 ksample_rate,
in click_train(exp_dir1, sr2, if_f0_3, spk_id5, save_epoch10, total_epoch11, batch_size12, if_save_latest13, pretrained_G14, pretrained_D15, gpus16, if_cache_gpu17, if_save_every_weights18, version19)
39 names = (
40 set([name.split(".")[0] for name in os.listdir(gt_wavs_dir)])
---> 41 & set([name.split(".")[0] for name in os.listdir(feature_dir)])
42 & set([name.split(".")[0] for name in os.listdir(f0_dir)])
43 & set([name.split(".")[0] for name in os.listdir(f0nsf_dir)])
FileNotFoundError: [Errno 2] No such file or directory: '/content/KiwKiw/logs/Herta/3_feature768'
I found the error on TrainingV2_NoUI.ipynb in the cell train model when you want to make The Herta model
I just ran the runtime as usual and got an error that had never happened before