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

Class PredictResponse

python_server/server.py:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 image: List[float] # [3072]
100
101class PredictResponse(BaseModel):
102 label: int
103 logits: List[float] # 原始分数
104
105class BatchPredictRequest(BaseModel):
106 images: List[List[float]]

Callers 1

predictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected