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
However, after upgrading to 23.06(or 23.05), all inputs has one dim only and my grpc triton inference server refused to get a batch array as input and the config.pbtxt became following:
The text was updated successfully, but these errors were encountered:
gopricy
changed the title
[QST]ensemble schema change after upgrading merlin version
[QST]ensemble schema changes after upgrading merlin version and refuses to take array as input
Jul 24, 2023
@gopricy is there a toy data you can share with us to repro the issue? the changes in the config file is not a bug, we have changed the way we were dealing with list/ragged input features and fix-length input features.
❓ Questions & Help
Details
I am not sure if it is a bug, it bacially breaks my workflow and I can't upgrade to Merlin version 23.
I used merlin tensorflow 22.12 and my exported ensemble has all features as arrays and the config.pbtxt looks like
However, after upgrading to 23.06(or 23.05), all inputs has one dim only and my grpc triton inference server refused to get a batch array as input and the config.pbtxt became following:
Here is my train_and_export script, I ran this same script in merlin 22 and 23 and got the different results above
The text was updated successfully, but these errors were encountered: