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

aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed #62

Open
DJLee68 opened this issue Mar 28, 2024 · 0 comments

Comments

@DJLee68
Copy link

DJLee68 commented Mar 28, 2024

Hi! I'm working on using this repo to download and utilize the clip embedding and meta-data of the laion data from
https://the-eye.eu/public/AI/cah/laion5b/embeddings/laion2B-en/

However, while running a for loop that keeps batch processing, I'm getting an error like aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed.
It doesn't happen at the beginning, it happens a few times in the middle of the for loop.
(To be precise, the error is in this line)

I set the same parameters as the example code you provided https://github.com/rom1504/embedding-reader/blob/main/examples/aesthetic_inference.py (batch size, start, end, etc.)

My version of the library looks like this

aiohttp==3.9.3
fsspec==2024.3.1

Thank you in advance!

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