Beyond_Deep_Ensembles icon indicating copy to clipboard operation
Beyond_Deep_Ensembles copied to clipboard

Code for the paper "Beyond Deep Ensembles: A Large-Scale Evaluation of Bayesian Deep Learning under Distribution Shift"

Results 2 Beyond_Deep_Ensembles issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to reload my pre-trained network to continue training in Cifar-10 experiments `cifar.py`, while the loss does not converge after reloading (the loss still converges if the model...

Hello, Thanks for the great work. When trying to replicate your experiments I noticed the "update_interval" parameter is missing for CIFAR10's swag optimizer. There are some other minor typos like...