From e2f0f744d7448a0bc75e6c0d5f345f12a6828dc0 Mon Sep 17 00:00:00 2001 From: Ananya Kumar Date: Sun, 11 Apr 2021 13:36:17 -0700 Subject: [PATCH] Rearrange readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f9611..7986039 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,10 @@ In our paper, we show that: ## Experiments -The experiments folder contains experiments for the paper. - See our CodaLab worksheet https://worksheets.codalab.org/worksheets/0xb6d027ee127e422989ab9115726c5411 which contains all the experiment runs and the exact code used to produce them. You can download ImageNet logits from CodaLab as well: from https://worksheets.codalab.org/bundles/0x81c9c8a9bf6c47f59f45f6fc80790c3c download imagenet_logits.dat and put them into the data folder. +The experiments folder contains experiments for the paper. + We have 4 sets of experiments: - Showing the Platt scaling is less calibrated than reported (Section 3) - Comparing the scaling binning calibrator with histogram binning on CIFAR-10 and ImageNet (Section 4)