You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2019. It is now read-only.
cifar10/train is 150mb and mnist/train is 50mb - accessing a single element from either of these will trigger a download of the whole set.
Ideally we can split these datasets into ~ 2mb chunks so they can be downloaded progressively. If only one batch is inspected (like for debugging) only 2mb will be used.
I've already split cifar10/train images into these files and uploaded them (using this script)
cifar10/train is 150mb and mnist/train is 50mb - accessing a single element from either of these will trigger a download of the whole set.
Ideally we can split these datasets into ~ 2mb chunks so they can be downloaded progressively. If only one batch is inspected (like for debugging) only 2mb will be used.
I've already split cifar10/train images into these files and uploaded them (using this script)
The text was updated successfully, but these errors were encountered: