We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For calculate_kl, I am assuming mu_q refers to the variational posterior and mu_p refers to the prior.
calculate_kl
mu_q
mu_p
PyTorch-BayesianCNN/metrics.py
Lines 27 to 29 in d93bad5
While in the following codes, prior_mu is input as mu_q.
prior_mu
PyTorch-BayesianCNN/layers/BBB_LRT/BBBLinear.py
Lines 75 to 79 in d93bad5
Could you check this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For
calculate_kl
, I am assumingmu_q
refers to the variational posterior andmu_p
refers to the prior.PyTorch-BayesianCNN/metrics.py
Lines 27 to 29 in d93bad5
While in the following codes,
prior_mu
is input asmu_q
.PyTorch-BayesianCNN/layers/BBB_LRT/BBBLinear.py
Lines 75 to 79 in d93bad5
Could you check this?
The text was updated successfully, but these errors were encountered: