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
It would define a number of outputs by your model. Just in the same format as extern_data.
This could be used by tools like the compile-TF-graph script. It can check that those output layers exist, and it can also check that the dimensions and type matches, and maybe automatically reorder the dims just as requested in model_outputs.
It would define a number of outputs by your model. Just in the same format as
extern_data
.This could be used by tools like the compile-TF-graph script. It can check that those output layers exist, and it can also check that the dimensions and type matches, and maybe automatically reorder the dims just as requested in
model_outputs
.This came up for PyTorch ONNX export (#1120 (comment)).
The text was updated successfully, but these errors were encountered: