jatinchowdhury18 / RTNeural

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

add conv1d getWeight helper #17

Closed wayne-chen closed 3 years ago

wayne-chen commented 3 years ago

I added a getWeight helper function for the Conv1D class for double-checking the weights loaded were what I expected.

jatinchowdhury18 commented 3 years ago

Yeah, this looks good! Eventually, I should probably do this for all the other layers too...