Deep learning jargon got you stumped? Brush up on the lingo with our list of commonly used terms. Then meet your goals with Deci’s smart and easy AI model builder solution.
Share
from transformers import AutoFeatureExtractor, AutoModelForImageClassification
extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")
model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")