You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***prior_sigma** is used when initialize modules and functions instead of **prior_log_sigma**
38
37
* **Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d)** are re-defined with prior_sigma instead of prior_log_sigma.
39
38
* **convert_model(nonbayes_to_bayes, bayes_to_nonbayes)** is also changed with prior_sigma instead of prior_log_sigma.
40
39
***Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d)** : Base initialization method is changed to the method of Adv-BNN from the original torch method.
41
40
***functional** : **bayesian_kl_loss** is changed similar to ones in **torch.functional**
42
-
***loss** : **BKLLoss** is added based on bayesian_kl_loss similar to ones in **torch.loss**
43
-
=======
44
-
>>>>>>> 8be43015d291edb1fc413d4ec25e21d238374f70
41
+
***loss** : **BKLLoss** is added based on bayesian_kl_loss similar to ones in **torch.loss**
0 commit comments