RSS runtime - 1/1 Blog benchmark (4) onnx (8)


runtime - 1/1#

ONNX from C##

2021-07-09

This example shows how to compute the predictions of a model using C#.

post

Parallelization of Random Forest predictions#

2020-11-27

I’ve been struggling to understand why the first implementation of TreeEnsemble could not get as fast as scikit-learn implementation for a RandomForest when the number of observations was 100.000 or above, 100 trees and a depth >= 10. The only difference was that the computation was parallelized by trees and not by observations. These observations are benchmarked in Benchmark Random Forests, Tree Ensemble, (AoS and SoA) (Benchmark Random Forests, Tree Ensemble, Multi-Classification for the multiclass version).

post

x / y != x * (1 / y)#

2020-06-09

I was recently investigating issue onnxruntime/4130 in notebook Discrepencies with ONNX. While looking into a way to solve it, I finally discovered that this is not an easy problem.

post


RSS runtime - 1/1 2021-08 (3) 2022-02 (1) 2022-05 (1) 2022-06 (1) 2022-11 (1)