Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 2.02 KB

README.md

File metadata and controls

28 lines (22 loc) · 2.02 KB

Model Server for PyTorch Documentation

Basic Features

Advanced Features

  • Advanced settings - Describes advanced TorchServe configurations.
  • Custom Model Service - Describes how to develop custom inference services.
  • Unit Tests - Housekeeping unit tests for TorchServe.
  • Benchmark - Use JMeter to run TorchServe through the paces and collect benchmark data

Default Handlers

  • Image Classifier - This handler takes an image and returns the name of object in that image
  • Text Classifier - This handler takes a text (string) as input and returns the classification text based on the model vocabulary
  • Object Detector - This handler takes an image and returns list of detected classes and bounding boxes respectively
  • Image Segmenter - This handler takes an image and returns output shape as [CL H W], CL - number of classes, H - height and W - width