Intermediate

Deep Learning Model Deployment

Let's say you have just finished training a deep learning model. Perhaps it is a model for computer vision, or perhaps for natural language processing. You have adjusted the hyperparamete...

Throughout this course, we will work with a convolutional neural network that classifies chest X-rays to detect pneumonia. It's a pre-trained model with around 88% accuracy, and we'll take it from a saved checkpoint to a deployed service capable of processing real prediction queries.

You trained your model in PyTorch or TensorFlow. Now you need to save it for deployment. This is where things get interesting because the format you choose depends on two things: the framework you trained in, and where you deploy.

Sign in to read this course

A free account unlocks all 514 courses. 20 are readable without one.

What's inside

6 sections
  1. 1 Table of Contents
  2. 2 Prepare models for production
  3. 3 Deploy models as services
  4. 4 Monitor and maintain models in production
  5. 5 Appendix: – Complete Code Files
  6. 6 Full deployment flow summary

Interested in this course?

Contact us to book it or get a custom training plan for your team.