Join Amir Servi, product manager at Deci, as he walks you through the process of adding a new model to the Deci platform. If you haven’t signed up yet, book a demo now. You can read the documentation here.
Join Amir Servi, product manager at Deci, as he walks you through the process of adding a new model to the Deci platform. If you haven’t signed up yet, book a demo now. You can read the documentation here.
from transformers import AutoFeatureExtractor, AutoModelForImageClassification
extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")
model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")