Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breeze-sys/Label-Only-MIA-Go
/ BatchPredictResponse
Class
BatchPredictResponse
python_server/server.py:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
images: List[List[float]]
107
108
class
BatchPredictResponse(BaseModel):
109
labels: List[int]
110
logits_batch: List[List[float]]
111
112
# --- API 实现 ---
113
Callers
1
predict_batch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected