uncertainty-baselines icon indicating copy to clipboard operation
uncertainty-baselines copied to clipboard

High-quality implementations of standard and SOTA methods on a variety of tasks.

Results 144 uncertainty-baselines issues
Sort by recently updated
recently updated
newest added

Dear uncertainty-baseline authors, I am trying to run the SNGP training on ImageNet using [uncertainty-baselines/baselines/imagenet/sngp.py](https://github.com/google/uncertainty-baselines/blob/master/baselines/imagenet/sngp.py). It errors during the execution of the first training step with the following message: ```...

Hi. Thanks for keeping everything updated here. I noticed there are some differences between the SNGP implementation here and what is described in the paper which leaves a few questions...

when i run "from uncertainty_baselines.baselines.cifar import utils" , there is an error occured like +1 from uncertainty_baselines.baselines.cifar import utils ModuleNotFoundError: No module named 'uncertainty_baselines.baselines'

Great repo this is! Make things A LOT easier. I am now trying to reproduce Mixup result on ImageNet, but not sure how to set the hyperparameters in `uncertainty-baselines/baselines/imagenet/deterministic.py` (`mixup_alpha`...

Adding experimental JAX implementations of MIMO and BIMO

Hi, first of all, I really like the idea behind this repository, since it perfectly goes into the right direction of the needs of uncertainty researchers. One important subfield here...

Issue: Bug Version: Commit: a7c096532f002a213c25dd69cb8c13ae5c516ded Command Line output is in colab link below Hi, I wanted to run the notebook https://github.com/google/uncertainty-baselines/blob/b3686f75a10b1990c09b8eb589657090b8837d2c/baselines/notebooks/Hyperparameter_Ensembles.ipynb in Colab to check the performance of the hyperparameter...