Deep Learning Blog

Generative AI

Introducing DeciDiffusion 1.0: 3x the Speed of Stable Diffusion with the Same Quality

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

Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

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

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