Closed psolsson closed 4 years ago
Implements _AbstractPriorLayer-class to enable more flexible definition of priors, i.e. without a fixed set of parameters in the CG space during learning and inference. _PriorLayer now inherits forward from _AbstractPriorLayer.
forward
awesome simon, excited to review this
@nec4 let's do a 2-approval on this one just cause you're more familiar w/ the priors
LGTM - all tests pass.
Implements _AbstractPriorLayer-class to enable more flexible definition of priors, i.e. without a fixed set of parameters in the CG space during learning and inference. _PriorLayer now inherits
forward
from _AbstractPriorLayer.