Closed chun9l closed 6 months ago
Looks good! Does this also work with models that have multiple input vectors?
Ah good point, I didn't thought of that. Let me see if there's an existing model with this type of input
The answer to your question was no sadly:(
But this new push should do the trick. I ditched json.loads
and used eval
instead. Also, altered the for
loop in test_evaluate
to account for nested lists.
For some reason though, spaces are not allowed when specifying input_value
. May be due to how Python/Docker parses the string
Some benchmark fails in CI because the inputs are unrealistic. Atm users can only specify one value to fill the whole vector. Changes introduce here will allow users to set an input vector; the original behavior is retained.
Specify them like this
--input_value="[input1, input2,...]"