Closed mikeoliphant closed 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.
Nice fix! Thanks you :)
👍
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.
This fixes model weight loading by making layer array bias optional through a template parameter, and reading the head scale from the weights.