pytorch/serve

Built-in handler for regression

Open

#987 aperta il 2 mar 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Java (790 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (3844 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor