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 a516d79

Browse files
committed
Update README.md
1 parent 9bf3b03 commit a516d79

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ import torchbnn
3131
* **modules** : BayesLinear, BayesConv2d, BayesBatchNorm2d
3232
* **utils** : convert_model(nonbayes_to_bayes, bayes_to_nonbayes)
3333
* **functional** : bayesian_kl_loss
34-
<<<<<<< HEAD
3534

3635
### Version 0.2
3736
* **prior_sigma** is used when initialize modules and functions instead of **prior_log_sigma**
3837
* **Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d)** are re-defined with prior_sigma instead of prior_log_sigma.
3938
* **convert_model(nonbayes_to_bayes, bayes_to_nonbayes)** is also changed with prior_sigma instead of prior_log_sigma.
4039
* **Modules(BayesLinear, BayesConv2d, BayesBatchNorm2d)** : Base initialization method is changed to the method of Adv-BNN from the original torch method.
4140
* **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

Comments
(0)

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