diff options
author | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-05-21 16:38:20 +0200 |
commit | 2555dc067f7f8915af366a8e344381f8185b271a (patch) | |
tree | 4f66476de4ecc63e0b70ea9a84b85ace4bd2e736 /theano | |
parent | d046586dc26e103dc972167524d75069097669ee (diff) |
cleanup
Diffstat (limited to 'theano')
-rw-r--r-- | theano/.theanorc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/theano/.theanorc b/theano/.theanorc deleted file mode 100644 index 804d835..0000000 --- a/theano/.theanorc +++ /dev/null @@ -1,9 +0,0 @@ -[global] -floatX=float32 -on_unused_input=warn -device=cpu -openmp=True - -[blas] -ldflags = -L/fast_scratch/simianer/nmt/OpenBLAS -lopenblas - |