jatinchowdhury18 / RTNeural

Real-time neural network inferencing
BSD 3-Clause "New" or "Revised" License
605 stars 61 forks source link

Add MathsProvider to template for dynamic model loading #152

Closed mikeoliphant closed 3 weeks ago

mikeoliphant commented 3 weeks ago

This PR adds the MathsProvider template parameter for the dynamic model json parser. I wired it up so that it gets used for LSTM layer creation - other layers may also need it.

jatinchowdhury18 commented 3 weeks ago

Nice, this is a good solution to the problem we were talking about, for run-time model architectures... Would you mind adding the template parameter forwarding for the GRU layer, and relevant Activation layers as well?

mikeoliphant commented 3 weeks ago

Done (I think).

jatinchowdhury18 commented 3 weeks ago

Perfect. Thanks for the contribution!