AutoProcessor.from_pretrained("microsoft/git-base-coco") fails to run

#2
by glee-00kipper - opened

From the sample code:

processor = AutoProcessor.from_pretrained("microsoft/git-base-coco")

Executing this line fails with the following error:

AttributeError: 'NoneType' object has no attribute 'from_dict'

I am new to using HF models/assets, so I am not sure how the loading of this AutoProcessor class should be done, or how to solve this error. Any help is appreciated.

Microsoft org

Hi,

I'm not able to reproduce your error. Might be that you're running in Google Colab and that you need to restart the runtime.

Sign up or log in to comment