uncertainty-baselines
uncertainty-baselines copied to clipboard
High-quality implementations of standard and SOTA methods on a variety of tasks.
Internal.
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...
Internal
Internal
Internal
Internal.
Internal clean up.
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...
Paracrawl baseline task