pytorch/serve

Built-in handler for regression

Open

#987 建立於 2021年3月2日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Java (790 fork)batch import
enhancementgood first issue

倉庫指標

Star
 (3,844 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南