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 has found a work around? It appears ".pixel_values" is not available in ImageGPTFeatureExtractor.
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 has found a work around? It appears ".pixel_values" is not available in ImageGPTFeatureExtractor.