Skip to content

Commit da68be8

Browse files
update the posterior variational param init value
Signed-off-by: Ranganath Krishnan <[email protected]>
1 parent 81d7e89 commit da68be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesian_torch/models/bayesian/resnet_variational.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
prior_mu = 0.0
2121
prior_sigma = 1.0
2222
posterior_mu_init = 0.0
23-
posterior_rho_init = -2.0
23+
posterior_rho_init = -3.0
2424

2525

2626
def _weights_init(m):

0 commit comments

Comments
 (0)