I’m running a Windows 10 laptop (GeForce 1060, Core i7, 512GB SSD) and trying to set up a Windows 10 GPU server using this guide:
http://wiki.fast.ai/index.php/Local_install_(Windows_only:cpu)
I ran into a problem I can’t solve:
keras.json doesn’t seem to get created for some reason. I think I need to run import keras to get it to create the file.
However, running import keras gives me the following error:
“RuntimeError: To use MKL 2018 with Theano you MUST set “MKL_THREADING_LAYER=GNU” in your environement.” (sic)
I tried creating this system variable, but it made no difference.
Has anybody had any success getting a Windows 10 GPU server working? Or should I just give up and dual boot Ubuntu?