You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When predicting assignments through spanet.predict, you get for example "/TARGETS/tR/b" in the output h5 file. This contains the index that spanet predicts a jet to match to the b from "tR". However, when exporting, the ONNX model doesn't have any predicted assignments. It does have the detection and assignment probabilities though. Is there a way to get this prediction through the embeddings, or is this feature currently unavailable?
The text was updated successfully, but these errors were encountered:
When predicting assignments through spanet.predict, you get for example "/TARGETS/tR/b" in the output h5 file. This contains the index that spanet predicts a jet to match to the b from "tR". However, when exporting, the ONNX model doesn't have any predicted assignments. It does have the detection and assignment probabilities though. Is there a way to get this prediction through the embeddings, or is this feature currently unavailable?
The text was updated successfully, but these errors were encountered: