From 5008d4b6d1408d3261e2fe68b9391d5b05438295 Mon Sep 17 00:00:00 2001 From: Eric Riebling Date: Tue, 11 Sep 2018 16:20:59 +0000 Subject: [PATCH] keep .theanorc here for install --- theanorc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 theanorc diff --git a/theanorc b/theanorc new file mode 100644 index 0000000..af1aa2a --- /dev/null +++ b/theanorc @@ -0,0 +1,13 @@ +[global] +floatX = float32 +device = cpu + +[nvcc] +#fastmath = True + +[lib] +cnmem = 0.9 + +[cuda] +root = /opt/cuda-8.0 +#root = /usr/local/cuda-7.0