From 89061767de4b498254e91ba7d558025a0dfbaa72 Mon Sep 17 00:00:00 2001 From: khanrc Date: Tue, 5 Mar 2019 11:05:06 +0900 Subject: [PATCH] fix: failure of pytorch version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3cc521ad..6cec7d1eb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Liu, Hanxiao, Karen Simonyan, and Yiming Yang. "Darts: Differentiable architectu ## Requirements - python 3 -- pytorch >= 0.4 +- pytorch >= 0.4.1 - graphviz - First install using `apt install` and then `pip install`. - numpy