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

Fixes model weight loading #1

Closed mikeoliphant closed 2 weeks ago

mikeoliphant commented 2 weeks ago

This fixes model weight loading by making layer array bias optional through a template parameter, and reading the head scale from the weights.

jatinchowdhury18 commented 2 weeks ago

Nice fix! Thanks you :)

mikeoliphant commented 2 weeks ago

👍

I'm assuming something will still need to be done to head_rechannel processing to keep it from trying to add the bias - I'm just keeping it from setting the weights.