Deep Learning Blog

Generative AI

Introducing Deci’s Gen AI Development Platform and Deci-Nano

High Performance AI - Deci Gen AI Deve Platform and Deci Nano
Blog Categories Filter

The latest deep learning insights, tips, and best practices delivered to your inbox.

Share
Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")

model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")