Skip to content

Commit 29a6006

Browse files
committed
Update README.md
1 parent 55c7e99 commit 29a6006

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,5 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
162+
**/.DS_Store

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Turning pass-through network architectures into iterative ones, which use their
3434

3535
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cvlab-epfl/iter_unc/blob/main/exps/notebooks/toy_regression.ipynb)
3636

37-
### MNIST Classification (TBD)
37+
### MNIST Classification
3838

3939
**MNIST vs FashionMNIST:** We train the networks on MNIST and compute the accuracy and calibration metrics (rAULC). We then use the uncertainty measure they produce to classify images from the test sets of MNIST and FashionMNIST as being within the MNIST distribution or not to compute the OOD metrics, ROC- and PR-AUCs. We use a standard architecture with several convolution and pooling layers, followed by fully connected layers with LeakyReLU activations.
4040

41-
[![Open in Colab (TBD)](https://colab.research.google.com/assets/colab-badge.svg)]()
41+
[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/cvlab-epfl/iter_unc/blob/main/exps/notebooks/mnist_classification.ipynb)
4242

4343
### Delineation Experiments (TBD)
4444

exps/notebooks/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)