Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to load EC dataset with error: zlib.error: Error -3 while decompressing data: invalid stored block lengths #12

Open
AndyCao1125 opened this issue Feb 29, 2024 · 0 comments

Comments

@AndyCao1125
Copy link

Hi! I'm very interested in your work. However, I actually always get problems when runing downstream tasks. I try to run the code with

CUDA_VISIBLE_DEVICES=0,1 python -m torch.distributed.launch --nproc_per_node=2 ./script/run_downstream.py --config ./config/downstream_task/PretrainESM/annotation_tune.yaml --checkpoint ./pretrained_weights/protst_esm1b.pth --dataset td_datasets.EnzymeCommission --branch null

However, it always returns error:

zlib.error: Error -3 while decompressing data: invalid stored block lengths

and stops at 92% every time:
image

So I keep so many times to delete the extrated EC files and re-extract the origin zip file (it really takes a long time), but it still fails eventually and meets the same bug when loading at 92% :(
Could u please help me check this error? Thanks.

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

No branches or pull requests

1 participant