From 82866297202b83db5a24a76e7cdfe2457285b331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=B6ller?= Date: Wed, 8 Apr 2020 04:27:51 +0200 Subject: [PATCH] Fix #3 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643ef55..6765477 100644 --- a/README.md +++ b/README.md @@ -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)**