pytorch/serve

Built-in handler for regression

Open

#987 ouverte le 2 mars 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Java (790 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (3 844 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Is your feature request related to a problem? Please describe.

Every model ultimately transforms an input tensor (array of numbers) to an output tensor (another array of numbers). This is the general case, yet there is no handler that could handle such a model.

Describe the solution

The base handler or a some new regression_handler should handle the case of predicting from a JSON list of numbers to a JSON list of numbers.

Guide contributeur