Comment on Keras.js – Run trained Keras models in your browserComments−dguest9yThis is awesome. We're trying to do something similar but moving in the opposite direction language-wise by implementing the models in C++:https://github.com/dguest/lwtnnThe idea is to have something lightweight that we can easily copy into our analysis framework (which is written in C++).If anyone reading this knows of a library that already does this it could save us some time.
Comments
This is awesome. We're trying to do something similar but moving in the opposite direction language-wise by implementing the models in C++:
https://github.com/dguest/lwtnn
The idea is to have something lightweight that we can easily copy into our analysis framework (which is written in C++).
If anyone reading this knows of a library that already does this it could save us some time.