innnky/so-vits-svc

!python3 train.py -c configs/config.json -m 44k

Opened this issue · 0 comments

基本上,我只是复制了 Google Colab 的代码,并用一个按 ID 导入 Google Drive 的代码行替换了导入代码。
https://console.vast.ai/instances/ 中,我遇到了以下错误。然后PytorchStreamReader 中的“failed reading zip archive: failed finding central directory”是什么意思?
在 Windows 中,我没有遇到这个错误。

basically i just copied the google colab for this and replace the importing code with a gdrive import by ID line
in https://console.vast.ai/instances/ i get the following error. what does it mean by
"failed reading zip archive: failed finding central directory" in the PytorchStreamReader?
i dont get this error in windows


   raise ProcessRaisedException(msg, error_index, failed_process.pid)
torch.multiprocessing.spawn.ProcessRaisedException: 

-- Process 0 terminated with the following error:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/torch/multiprocessing/spawn.py", line 69, in _wrap
    fn(i, *args)
    
    ...

  File "/usr/local/lib/python3.8/dist-packages/torch/serialization.py", line 242, in __init__
    super(_open_zipfile_reader, self).__init__(torch._C.PyTorchFileReader(name_or_buffer))

### RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory