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

Add Support for bzip2 decompression in Decompressor #309

Closed
lezwon opened this issue Mar 19, 2022 · 2 comments
Closed

Add Support for bzip2 decompression in Decompressor #309

lezwon opened this issue Mar 19, 2022 · 2 comments

Comments

@lezwon
Copy link
Contributor

lezwon commented Mar 19, 2022

🚀 The feature

As of now Decompressor does not have support for .bz2 files. This could be added.

Motivation, pitch

I am currently working on pytorch/vision#5352 with the USPS dataset which uses bzip2. I had to use bz2 directly. Would've liked to use Decompressor.

Alternatives

No response

Additional context

No response

@NivekT
Copy link
Contributor

NivekT commented Mar 20, 2022

Thanks for the suggestion. We will be open to accepting a PR that adds bzip2 to Decompressor.

@lezwon
Copy link
Contributor Author

lezwon commented Mar 20, 2022

@NivekT I can take it up :)

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

Successfully merging a pull request may close this issue.

2 participants