SGA-GSN / examples /expected_output.json
yiju-1213's picture
Publish SGA-GSN inference checkpoints and release metadata
133836b verified
Raw
History Blame Contribute Delete
388 Bytes
{
"model_family": "grasp_stability",
"output_type": "raw_logit",
"output_shape": [
"batch_size"
],
"postprocessing": {
"probability": "sigmoid(raw_logit)"
},
"notes": [
"The checkpoint stores model weights only; input preprocessing is provided by the public SGA-GSN code.",
"The RL stack applies its own calibration layer after the SGA-GSN raw logit."
]
}