Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
class
PredictResponse(BaseModel):
102
label: int
103
logits: List[float]
# 原始分数
104
105
class
BatchPredictRequest(BaseModel):
106
images: List[List[float]]
Callers
1
predict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected