Marginally faster.... maybe. A forward pass on our two neural nets is less than 1.5 seconds. Is embarrassingly parallel, and has a much higher accuracy.
In this task accuracy is much much more important than computational efficiency, and given a forward pass is already quick (less than 2 seconds) why wouldn’t you use the superior method that always works?
In this task accuracy is much much more important than computational efficiency, and given a forward pass is already quick (less than 2 seconds) why wouldn’t you use the superior method that always works?