uncertainty-baselines
uncertainty-baselines copied to clipboard
High-quality implementations of standard and SOTA methods on a variety of tasks.
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...
a bug
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`...
Enables testing for the JAX active learning code.
Adding experimental JAX implementations of MIMO and BIMO
Adding experimental Bayesian MIMO implementation.
Add missing placeholders in LICENSE
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...