Skip to content

Commit

Permalink
Fix alinlab#3
Browse files Browse the repository at this point in the history
  • Loading branch information
flxai committed Apr 8, 2020
1 parent 462db01 commit 8286629
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ This project is for the paper "[Training Confidence-Calibrated Classifier for De

## Preliminaries

It is tested under Ubuntu Linux 16.04.1 and Python 2.7 environment, and requries Pytorch package to be installed:
It was initially tested under Ubuntu Linux 16.04.1 and a Python 2.7 environment, and requires the PyTorch package to be installed:

* [Pytorch](http://pytorch.org/): Only GPU version is available.

The code has since been ported to work with PyTorch 1.0+ and Python 3.5+.

### Downloading Out-of-Distribtion Datasets
We use download links of two out-of-distributin datasets from [odin-pytorch](https://github.com/ShiyuLiang/odin-pytorch):
We use download links of two out-of-distribution datasets from [odin-pytorch](https://github.com/ShiyuLiang/odin-pytorch):

* **[Tiny-ImageNet (resize)](https://www.dropbox.com/s/kp3my3412u5k9rl/Imagenet_resize.tar.gz)**
* **[LSUN (resize)](https://www.dropbox.com/s/moqh2wh8696c3yl/LSUN_resize.tar.gz)**
Expand Down

0 comments on commit 8286629

Please sign in to comment.