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
Is it possible to use the RunInference API with models that have more than one signature? I used the RunInference API via the TFX BulkInferrer component with a model that has two signatures and got the error ValueError('Signature should have 1 and only 1 inputs'). I stopped getting the error after removing one of the signatures from my model.
The text was updated successfully, but these errors were encountered:
Is it possible to use the RunInference API with models that have more than one signature? I used the RunInference API via the TFX BulkInferrer component with a model that has two signatures and got the error
ValueError('Signature should have 1 and only 1 inputs')
. I stopped getting the error after removing one of the signatures from my model.The text was updated successfully, but these errors were encountered: