- dup
ProxyLinearPrior dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- proxy_step
void proxy_step()
Undocumented in source. Be warned that the author may not have intended to support it.
- register
void register(Linear layer)
Undocumented in source. Be warned that the author may not have intended to support it.
Adds a positive constraint on the weights of a Linear layer.
If the Linear layer has intercepts, the constraint won't apply to them.
This is implemented as a proximal operator during SGD.