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
Hi! Can you please specify the full name of the dataset? IIRC full_numbers is one of the configs of the svhn dataset, and its generation is slow due to data being stored in binary Matlab files. Even if you specify a specific split, datasets downloads all of them, but we plan to fix that soon and only download the requested split.
If you are in a hurry, download the svhn script here, remove this code, and run:
And to make loading easier in Colab, you can create a dataset repo on the Hub and upload the script there. Or push the script to Google Drive and mount the drive in Colab.
How can I download only the train and test split for full numbers using load_dataset()?
I do not need the extra split and it will take 40 mins just to download in Colab. I have very short time in hand. Please help.
The text was updated successfully, but these errors were encountered: