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
Currently the entrypoint endpoint only allows strings to be uploaded for the default parameters (as it should). However, by the time it gets passed to the task engine, these values haven't been converted to their proper types the task engine throws an error for anything not typed as a string.
For example '[28,28,1]' -> [28, 28, 1].
The text was updated successfully, but these errors were encountered:
Currently the entrypoint endpoint only allows strings to be uploaded for the default parameters (as it should). However, by the time it gets passed to the task engine, these values haven't been converted to their proper types the task engine throws an error for anything not typed as a string.
For example '[28,28,1]' -> [28, 28, 1].
The text was updated successfully, but these errors were encountered: