From 164066e1e264347fb894e257b7670628062e46da Mon Sep 17 00:00:00 2001 From: Lucas Beyer Date: Tue, 20 Mar 2018 18:28:57 +0100 Subject: [PATCH] Update required PyTorch version in README. Since [the fix seems incorporated in v0.3.1](https://github.com/pytorch/pytorch/issues/3883#issuecomment-370475189). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e8237..2af7d06 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Our code has only been tested under Linux with CUDA 8.0 / 9.0 and CUDNN 7.0. To install PyTorch, please refer to https://github.com/pytorch/pytorch#installation. -**NOTE: due to unresolved issues with PyTorch master, our code _requires_ PyTorch v0.2 (see https://github.com/pytorch/pytorch/issues/3883)**. +**NOTE: due to issues with PyTorch 0.3.0, our code _requires_ PyTorch v0.3.1 or newer, or PyTorch v0.2 (see https://github.com/pytorch/pytorch/issues/3883)**. For all other dependencies, just run: ```bash