Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fed3f38

Browse files
committed
Update README.md
1 parent 53beaf3 commit fed3f38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ import torchbnn
3131
* **modules** : BayesLinear, BayesConv2d, BayesBatchNorm2d
3232
* **utils** : convert_model(nonbayes_to_bayes, bayes_to_nonbayes)
3333
* **functional** : bayesian_kl_loss
34+
<<<<<<< HEAD
35+
36+
### Version 0.2
37+
* **prior_sigma** is used when initialize modules and functions instead of **prior_log_sigma**
38+
* **Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d)** are re-defined with prior_sigma instead of prior_log_sigma.
39+
* **convert_model(nonbayes_to_bayes, bayes_to_nonbayes)** is also changed with prior_sigma instead of prior_log_sigma.
40+
* **Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d)** : Base initialization method is changed to the method of Adv-BNN from the original torch method.
41+
* **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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /