From 01a6e693dc245729e8749dbd4acc3bd993a88855 Mon Sep 17 00:00:00 2001 From: getnamo Date: Thu, 18 May 2017 15:46:52 +0100 Subject: [PATCH] default to gpu version --- Content/Scripts/upymodule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content/Scripts/upymodule.json b/Content/Scripts/upymodule.json index a253a76..f666a56 100644 --- a/Content/Scripts/upymodule.json +++ b/Content/Scripts/upymodule.json @@ -1,6 +1,6 @@ { "name" : "tensorflow-ue4", "pythonModules": { - "tensorflow": "1.1.0" + "tensorflow-gpu": "1.1.0" } } \ No newline at end of file