triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
68 stars 35 forks source link

Use 1 as output dimension in testing non-proba classifiers #67

Closed wphicks closed 3 years ago

wphicks commented 3 years ago

Earlier use of 2 seems to have been required by a bug that has since been resolved and/or was the result of misinterpretation of earlier results. Update tests to use output dimension 1 as expected.

Resolve #47