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
Ensure TopKEncoder has correct outputs when model is saved (#1225)
* Remove output_names from base BaseModel.
* Add assertion for output signature of saved model to test_topk_encoder
* Move compile method from BaseModel to Model
* Correct name of structured outputs
* Move compile method back and add special case for TopKOutput
0 commit comments