#RIN-E ERROR ( NEW PRETRAIN )

1 messages · Page 1 of 1 (latest)

kind rapids
#

When loading the paths in the applio section

assets/pretrained_v2/G_RIN_E.pth
assets/pretrained_v2/G_RIN_E.pth

I get the following console error:

Process Process-1:
Traceback (most recent call last):
File "/notebooks/Applio-RVC-Fork/lib/modules/train/train.py", line 280, in run
utils.latest_checkpoint_path(hps.model_dir, "D_*.pth"), net_d, optim_d
File "/notebooks/Applio-RVC-Fork/lib/modules/train/utils.py", line 212, in latest_checkpoint_path
x = f_list[-1]
IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/notebooks/Applio-RVC-Fork/lib/modules/train/train.py", line 334, in run
torch.load(hps.pretrainD, map_location="cpu")["model"]
File "/usr/local/lib/python3.9/dist-packages/torch/serialization.py", line 993, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "/usr/local/lib/python3.9/dist-packages/torch/serialization.py", line 447, in init
super().init(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

kind rapids
#

How is that possible tho the D is 829MB and the G 438MB

#

Should i delete them and upload them 1 by 1 again?

formal dove
#

just... load d and g

#

you somehow loaded g twice so idk