Bug repport
Line 6 in "extract_feature_print.py"
if len(sys.argv) == 5:
↑its maybe 6. not 5.
(I'm using this website first time ,so sorry is I mistake to using discussion feature.)
line 121 in "extract_feature_print.py"
printt("now-%s,all-%s,%s,%s" % (len(todo), idx, file, feats.shape))
I think ... maybe now and all are reversed.
Line 519 in "train_nsf_sim_cache_sid_load_pretrain.py"
if epoch % hps.save_every_epoch == 0 and rank == 0:
this code makes the error that "ZeroDivisionError: integer division or modulo by zero". so The UI should not allow 0's to be entered.
Traceback (most recent call last):
File "D:\RVC-beta\RVC-beta0717\trainset_preprocess_pipeline_print.py", line 79, in pipeline
audio = load_audio(path, self.sr)
File "D:\RVC-beta\RVC-beta0717\my_utils.py", line 19, in load_audio
raise RuntimeError(f"Failed to load audio: {e}")
RuntimeError: Failed to load audio: module 'ffmpeg' has no attribute 'input'