You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
基本上,我只是复制了 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
基本上,我只是复制了 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
### RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
The text was updated successfully, but these errors were encountered: