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
Update BNNRegression to support iterating over dataloader during fit similar to BNNClassification.
BNNRegression
fit
BNNClassification
https://github.com/IBM/UQ360/blob/main/uq360/algorithms/variational_bayesian_neural_networks/bnn.py#L54
https://github.com/IBM/UQ360/blob/main/uq360/algorithms/variational_bayesian_neural_networks/bnn.py#L216
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update
BNNRegression
to support iterating over dataloader duringfit
similar toBNNClassification
.https://github.com/IBM/UQ360/blob/main/uq360/algorithms/variational_bayesian_neural_networks/bnn.py#L54
https://github.com/IBM/UQ360/blob/main/uq360/algorithms/variational_bayesian_neural_networks/bnn.py#L216
The text was updated successfully, but these errors were encountered: