MCPcopy Create free account
hub / github.com/breeze-sys/Label-Only-MIA-Go / BatchPredictRequest

Class BatchPredictRequest

python_server/server.py:105–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 logits: List[float] # 原始分数
104
105class BatchPredictRequest(BaseModel):
106 images: List[List[float]]
107
108class BatchPredictResponse(BaseModel):
109 labels: List[int]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected