It seems there is an error when downloading the dataset using the load_dataset method from the datasets library.
load_dataset
datasets
code to replicate the bug with datasets==4.5.0:
datasets==4.5.0
from datasets import load_dataset load_dataset('frgfm/imagenette')
· Sign up or log in to comment