You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
-25Lines changed: 0 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,14 +322,6 @@ Welcome to PyTorch Tutorials
322
322
323
323
.. Deploying PyTorch Models in Production
324
324
325
-
326
-
.. customcarditem::
327
-
:header: Deploying PyTorch in Python via a REST API with Flask
328
-
:card_description: Deploy a PyTorch model using Flask and expose a REST API for model inference using the example of a pretrained DenseNet 121 model which detects the image.
:card_description: Introduction to TorchScript, an intermediate representation of a PyTorch model (subclass of nn.Module) that can then be run in a high-performance environment such as C++.
@@ -620,20 +612,6 @@ Welcome to PyTorch Tutorials
620
612
:link: advanced/static_quantization_tutorial.html
621
613
:tags: Quantization
622
614
623
-
.. customcarditem::
624
-
:header: Grokking PyTorch Intel CPU Performance from First Principles
625
-
:card_description: A case study on the TorchServe inference framework optimized with Intel® Extension for PyTorch.
0 commit comments