diff options
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 + |