Deploying and Serving Challenges Flashcards

(7 cards)

1
Q

What are the most common deployment and infrastructure challenges?

A

Model deployment complexity
Model monitoring and maintenance
Scalability and latency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are model deployment complexities?

A

Converting a trained model into an API or micro service

Deployment formats can vary if models need special runtime environments

Ensuring compatibility across cloud platforms and edge devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are model monitoring and maintenance challenges?

A

Deployed models need monitoring to detect degradation overtime. Drift data can cause models to be outdated requiring retraining. Logging and tracking can help

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are scalability and latency problems?

A

Models need to be able to handle a large volume of requests and data, requiring scalable infrastructure and efficient serving techniques

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are infrastructure challenges

A

Setting up and maintaining the infrastructure for deploying and serving ML models can be complex, requiring expertise in cloud computing, networking, and DevOps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are real time vs batch processing challenges

A

Choosing the right serving strategy (real-time or batch) depends on the application requirements and can impact performance and resource utilization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why is monitoring and logging helpful?

A

Continuous monitoring of model performance and infrastructure health is essential for identifying and addressing issues promptly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly