fix: predict with multiple outputs#1065
Conversation
|
No one seems to have refactored this file, but if you're having trouble with |
This was my test. I would expect And about the refactoring, I just mean that commit 271dcef added a second method with the current behavior (just having tmp_batch_outputs[0] returned), and then it was refactored in 0ee50d3 to use the newly created method. |
|
Looks good to me.@Oceania2018 |
|
I think someone with permissions needs to re-run the semantic check job after changing the name of the PR. |
3e84804 to
93cd2b6
Compare
|
All the unit tests and examples has passed. Thanks a lot for your contribution. :) The automatic nightly release is available by adding |
It seems like this is how the code worked before a refactoring, but I'm not sure.