Asher Hancock
Results
2
issues of
Asher Hancock
Hi. I downloaded the imagenet1k file from huggingface, which has the train_images_0.tar.gz file. However, whenever I extract it (by running tar -xf train_images_0.tar.gz), I only get images, and not subfolders,...
Hi, I was following the tutorial script "Linear probing with ImageGPT" but it fails due to an attribution error on the line: `pixel_values = encoding.pixel_values.to(device)` I was wondering if anyone...