-
Notifications
You must be signed in to change notification settings - Fork 986
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
Cannot download CIFAR-10 #2632
Comments
what is the problem here? |
There are two issues in the 0.8.0 codebase for downloading CIFAR-10:
Here is a modification that works with the latest 0.8.0 code.
|
@cschin Candle has Tensor::permute which should be able to do this, I think:
For converting a tensor of shape |
@EricLBuehler thanks. this makes the patch cleaner
|
I was able to see download progress bars for
plain_text/test/0000.parquet
andlain_text/train/0000.parquet
, but no for images.The text was updated successfully, but these errors were encountered: