Video

Deci 2023 Winter Release – Product Event

Get a first-hand view of the new version of Deci’s deep learning development platform. Learn how to build better, faster models and seamlessly take them to production with our latest and greatest product updates.

Hear from Deci’s experts on:

•  DNN model design with the recent enhancements to our AutoNAC engine
•  Cutting-edge training techniques implemented in SuperGradients
•  How to apply selective INT8 quantization
•  All new Inference pipeline optimizations

Watch now, and if you want to learn more, book a demo here.

You May Also Like

[Webinar] How to Evaluate LLMs: Benchmarks, Vibe Checks, Judges, and Beyond

[Webinar] How to Boost Accuracy & Speed in Satellite & Aerial Image Object Detection

[Webinar] How to Efficiently Scale Video Analytics at the Edge

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")