diff options
author | Patrick Simianer <p@simianer.de> | 2015-04-12 18:56:42 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-04-12 18:56:42 +0200 |
commit | 1d475691f3b3e35029db6ffd34ba1e42fe59b029 (patch) | |
tree | 6c27b8332d5b4e37a7d234e3ad723a6061804d36 /.theanorc | |
parent | dc3d984ce26229f8b1be5154ed54a0944dcc5655 (diff) |
theanorc
Diffstat (limited to '.theanorc')
-rw-r--r-- | .theanorc | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |