jatinchowdhury18 / RTNeural-NAM

Experimenting with Neural Amp Modeler models implemented with RTNeural
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Add "in_channels" parameter to Wavenet_Model #3

Closed mikeoliphant closed 4 days ago

mikeoliphant commented 6 days ago

The number of channels of the input layer is currently effectively hardcoded to be 16. This makes it a template parameter of Wavenet_Model to allow other architectures.

It may be possible to extract this from the first layer of the network, but if so it is beyond my C++ template skills...

jatinchowdhury18 commented 4 days ago

No longer needed as of 92e5317f072b1456f3a75b5c1b520fcf0ce0c6d2