From 5515b51de73919dfd55d3c6b9fb2147d158d2f2c Mon Sep 17 00:00:00 2001 From: theotheo Date: Fri, 28 Apr 2017 18:16:01 +0300 Subject: [PATCH] Note to update `torch` Because without latest `torch` `cutorch` doesn't install. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f7090..b3579c7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The following lua libraries are required for the main model. * nngraph * cunn * cudnn -* cutorch +* cutorch (don't forget to update `torch`) Note that currently we only support **GPU** since we use cudnn in the CNN part.