Mangio621 / Mangio-RVC-Fork

*CREPE+HYBRID TRAINING* A very experimental fork of the Retrieval-based-Voice-Conversion-WebUI repo that incorporates a variety of other f0 methods, along with a hybrid f0 nanmedian method.
MIT License
996 stars 215 forks source link

Error when Unpickling Pickle error and Value error #184

Closed norasyeezys closed 9 months ago

norasyeezys commented 9 months ago

During Training this is what I get

File "C:[Info here]\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\numpy\lib\npyio.py", line 438, in load raise ValueError("Cannot load file containing pickled data " ValueError: Cannot load file containing pickled data when allow_pickle=False

When I set allow_pickle to True...

File "C:[info here]\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\numpy\lib\npyio.py", line 441, in load return pickle.load(fid, **pickle_kwargs) _pickle.UnpicklingError: invalid load key, '\x00'.

File "C:[info here]\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\numpy\lib\npyio.py", line 443, in load raise pickle.UnpicklingError( _pickle.UnpicklingError: Failed to interpret file 'C:\\[info here]\\Mangio-RVC-v23.7.0_INFER_TRAIN\\Mangio-RVC-v23.7.0/logs/[model]/2a_f0/0_126.wav.npy' as a pickle

norasyeezys commented 9 months ago

I found out the error is in /torch/ because I replaced the old version torch folder with this one, and it resulted in the same error

norasyeezys commented 9 months ago

Restarted data collection and training altogether, without an underscore in the file name.