jatinchowdhury18 / RTNeural

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

Improve Conv1D Implementation #73

Closed jatinchowdhury18 closed 1 year ago

jatinchowdhury18 commented 1 year ago

The Conv1D implementation can be improved by following the suggestions outlined in this paper, particularly for Conv1D layers that are using dilation.