From 1d475691f3b3e35029db6ffd34ba1e42fe59b029 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 12 Apr 2015 18:56:42 +0200 Subject: theanorc --- .theanorc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .theanorc (limited to '.theanorc') diff --git a/.theanorc b/.theanorc new file mode 100644 index 0000000..c45a2c4 --- /dev/null +++ b/.theanorc @@ -0,0 +1,9 @@ +[global] +floatX=float32 +on_unused_input=warn +device=cpu +openmp=True + +[blas] +ldflags = -L/fast_scratch/simianer/nmt/OpenBLAS/lib -lopenblas + -- cgit v1.2.3