#Wolf - Fast native C++ ML Library

15 messages · Page 1 of 1 (latest)

stray cobalt
modern hedge
#

But Python isn't actually used for training or inference.

stray cobalt
#

It's intended to be way faster than using a c++ pytorch wrapper

modern hedge
#

How would you achieve this?

stray cobalt
#

and faster than pytorch itself

#

it already is faster than pytorch for cpu

modern hedge
#

How are you comparing this?

stray cobalt
#

Using pytorch nn.sequential with the same config

modern hedge
#

Is your implementation doing the same thing as pytorch? Does it produce equivalent or better models?

stray cobalt
#

the math done is the same, standard stochastic gradient descent

#

There is randomness involved with the initialization of the weight vector

#

I could try benchmarking them more when I have the time

modern hedge
#

What kind of results were you able to achieve?

#

How much faster is it?

stray cobalt