Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

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

Open
Anomyous1 opened this issue Mar 1, 2023 · 0 comments
Open

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

Anomyous1 opened this issue Mar 1, 2023 · 0 comments

Comments

@Anomyous1
Copy link

Anomyous1 commented Mar 1, 2023

基本上,我只是复制了 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant