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 00efe3f

Browse files
committed
Update README.md
1 parent a8c6ccd commit 00efe3f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This is a lightweight repository of bayesian neural network for Pytorch.
44
There are bayesian versions of pytorch layers and some utils.
55
To help construct bayesian neural network intuitively, all codes are modified based on the original pytorch codes.
66

7+
** Please use torch v1.2 **
8+
79
## Usage
810

911
### Dependencies
@@ -91,4 +93,7 @@ To freeze a bayesian neural network, which means force a bayesian neural network
9193
* **BayesConv2d** : Bias will set to False if the bias in args is None or Flase. Otherwise, it set to True. In addition, re-defined with prior_sigma instead of prior_log_sigma.
9294

9395
* **utils/convert_model.py** :
94-
* Depreciated. Please refer the [modified demo](https://github.com/Harry24k/bayesian-neural-network-pytorch/blob/master/demos/Convert%20to%20Bayesian%20Neural%20Network.ipynb).
96+
* Depreciated. Please refer the [modified demo](https://github.com/Harry24k/bayesian-neural-network-pytorch/blob/master/demos/Convert%20to%20Bayesian%20Neural%20Network.ipynb).
97+
98+
### Version 1.1
99+
* **Pip Package Re-uploaded**

0 commit comments

Comments
(0)

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