Last active
April 27, 2018 06:56
-
-
Save BIGBALLON/6058b0da2cd08dbd30942dc243e7fe2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
floatX = float32 | |
device=cuda | |
optimizer=fast_run | |
[blas] | |
ldflags = -L/usr/local/lib -lopenblas | |
[nvcc] | |
fastmath = True | |
[dnn] | |
library_path = /usr/local/cuda-8.0/lib64 | |
include_path = /usr/local/cuda-8.0/include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment