danielkelshaw / WeightUncertainty

PyTorch implementation of 'Weight Uncertainty in Neural Networks'
https://arxiv.org/abs/1505.05424
MIT License
18 stars 2 forks source link

Add bias to the BayesLinear modules #22

Closed danielkelshaw closed 4 years ago

danielkelshaw commented 4 years ago

At the moment the BayesLinear / BayesLinearLRT class are free of bias for simplicity - this should be added in before any experiments are run.

danielkelshaw commented 4 years ago

Completed.