Model Monitoring

Share

Model monitoring is the process of tracking the performance of machine learning models in production. It enables AI teams to identify, manage, and/or eliminate potential issues such as poor-quality predictions and technical performance, low latency, and inefficient use of resources. Model monitoring is important not only in achieving successful deployment. But also, in keeping the performance updated with accurate and relevant predictions.

Filter terms by

Glossary Alphabetical filter

Related resources

TensorRT-framework-overview
Deployment
deci-pytorch-coreml-blog
Deployment
deci-infery-updates-blog-featured
Deployment
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")