Video

GTC Talk: The Challenges in Hardware-Aware Inference Optimization in Deep Learning

The increasing size of modern deep neural models makes it harder to meet cost-effective inference performance requirements without hardware-aware optimization.

Join our VP of AI, Sefi Kligler, at his NVIDIA GTC 2021 lecture. He discusses the challenges that come with inference performance optimization and proposes solutions to achieve the best possible results.

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