NoisyNaturalGradient icon indicating copy to clipboard operation
NoisyNaturalGradient copied to clipboard

Pytorch Implementation of paper "Noisy Natural Gradient as Variational Inference"

Results 3 NoisyNaturalGradient issues
Sort by recently updated
recently updated
newest added

`--gpu-ids=''` results in an parsing error, since the code will try to cast the empty string into an int.

`models/models.py` is looking for {FFG,MVG}Model, not {FFG,MVG}.