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 Optimize Latency for Edge AI Deployments

Gen AI Models: Open Source vs Closed Source—Pros, Cons & Everything in Between

Webinar: The Making of YOLO-NAS, a Foundation Model, with NAS

Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

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

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