Skip to content

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

Description

@codeforom

Hi, I encountered the following issue while running the script in Colab. Could anyone suggest how this could be resolved?
I appreciate any help you can provide.
Om

start to load params ./alphalink_weights.pt

RuntimeError Traceback (most recent call last)
in <cell line: 0>()
3 from unifold.colab.model import colab_inference
4
----> 5 best_result = colab_inference(
6 target_id=target_id,
7 data_dir=output_dir,

2 frames
/usr/local/lib/python3.11/dist-packages/torch/serialization.py in init(self, name_or_buffer)
761 class _open_zipfile_reader(_opener):
762 def init(self, name_or_buffer) -> None:
--> 763 super().init(torch._C.PyTorchFileReader(name_or_buffer))
764
765

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions