Skip to Content
Modern Computer Vision with PyTorch - Second Edition
book

Modern Computer Vision with PyTorch - Second Edition

by V Kishore Ayyadevara, Yeshwanth Reddy
June 2024
Intermediate to advanced
746 pages
17h 59m
English
Packt Publishing
Content preview from Modern Computer Vision with PyTorch - Second Edition

18

Moving a Model to Production

Moving a model to production is a step toward enabling the consumption of our model by an external party. We should expose our model to the world and start rendering predictions on real, unseen input.

It is not sufficient to have a trained PyTorch model for deployment. We need additional server components to set up communication channels from the real world to the PyTorch model and back to the real world. It is important that we know how to create an API (through which a user can interact with the model), wrap it as a self-contained application (so that it can be deployed on any computer), and ship it to the cloud – so that anybody with the required URL and credentials can interact with the model. To successfully ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Deep Learning for Coders with fastai and PyTorch

Deep Learning for Coders with fastai and PyTorch

Jeremy Howard, Sylvain Gugger
Learning Modern Linux

Learning Modern Linux

Michael Hausenblas

Publisher Resources

ISBN: 9781803231334Supplemental Content