aboleth icon indicating copy to clipboard operation
aboleth copied to clipboard

Implement Flipout sampling?

Open dsteinberg opened this issue 6 years ago • 0 comments

https://arxiv.org/abs/1803.04386

Eqn. (4) could be implemented as an alternative to _sample_W in layers.py, caveats:

  • This maybe be hard getting to work with full-covariance weights
  • This may require the mean and std. dev. of the weight samples to be output independently for the vectorized implementation.

dsteinberg avatar Aug 27 '18 07:08 dsteinberg