Andreas Kirsch
Andreas Kirsch
No worries! I've patched the ImageNet dataset in: Together with: ```python dataset = load_dataset( "ILSVRC/imagenet-1k", split="validation", data_files={"val": "data/val_images.tar.gz"}, revision="refs/pr/20", trust_remote_code=True, download_config=DownloadConfig(resume_download=True), verification_mode=VerificationMode.NO_CHECKS, ) ``` It only downloads the validation set...
Aww, yeah, that would be great! It would cover all my use cases and provide a nice extensible interface.