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

Hello ! First of all, thank you for having made available all your work. I am currently trying to implement the eval_model.py script (https://github.com/google/uncertainty-baselines/blob/main/baselines/diabetic_retinopathy_detection/eval_model.py) in order to evaluate my trained...

I am using google colab with GPU, when trying to run cifar/deterministic.py with: ``` !python3 cifar/deterministic.py \ --download_data=True \ --use_gpu=True \ --num_cores=8 ``` I get this error: ``` I1017 05:59:10.674577...

[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array This change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation...