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
raiseValueError("this function doesn't support CPU list values yet")
)
Is there another way to prepare the request? Is it just not implemented?
I'm using Multi-Hot encoding for some columns and the export of the Ensemble worked well. It's just unclear what is currently expected for those inputs:
❓ Questions & Help
Details
Hi. I have a request schema like
And a pandas
DataFrame
I would like to use for my inference request e.g.To send this request, I'm currently using the
convert_df_to_triton_input
method from the packagemerlin.systems.triton
.However, It seems like the conversion is unsupported currently, because I receive the following exception (see
systems/merlin/systems/triton/__init__.py
Line 168 in 92340ba
Is there another way to prepare the request? Is it just not implemented?
I'm using Multi-Hot encoding for some columns and the export of the Ensemble worked well. It's just unclear what is currently expected for those inputs:
Thank you very much!
The text was updated successfully, but these errors were encountered: