-
Notifications
You must be signed in to change notification settings - Fork 391
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
Datasets: add support for pathlib.Path #2173
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is finally ready to merge!
First, I want to thank @pioneerHitesh for not giving up on this PR. This was a monumental effort, and I'm sure took way longer than you expected when you signed up to work on #1616 almost a year ago!
Second, I want to thank our CI for testing this PR. I wasn't convinced that older versions of torchvision would support pathlib, and was especially worried about all of our dependencies that lack type hints. But according to CI, all versions of all dependencies magically support pathlib for all purposes we use them for!
Closes #1616