Open luqijun opened 8 months ago
Got the same problem - does any one have any ideas?
Same here. Might be relevent to mention I trained my (vision transformer) model on a distant GPU, and now want to use it for inference locally. Stops at this command: fine_tuned_model = AutoModelForImageClassification.from_pretrained(results_dir_suffix+"_model0").to(device)