Hello all, I'm trying to get Theano working, I'm pretty much a novice when it comes to Python, and even more so with Theano. First off some results (all tests here are from the anaconda prompt);
*My system* Windows 10 Pro AMD Ryzen 7 1800X GTX 1080ti (only graphics installed - no onboard) *Python* Version: 2.7.13 Installed via Anaconda 64 bit *NumPy* Version: 1.13.1 python -c "import numpy; numpy.test()" = OK (KNOWNFAIL=8, SKIP=22) *SciPy* Version: 0.19.1 python -c "import scipy; scipy.test()" = OK (KNOWNFAIL=91, SKIP=1848) *Nose* Version 1.37 I believe everything about this means *so far so good*. *Theano* Version: *0.9.0.dev-c697eeab84e5b8a74908da654b66ec9eca4f1291* set THEANO_FLAGS='' & python -c "import theano; theano.test()" = **I'm going to post the entire print out here - its been running for around 30 minutes so far, I'll post when (if) it finishes** Am I correct in thinking the theano.test shouldn't take over 30 minutes to run? Whenever I try and run the example code on the Using the GPU page <http://deeplearning.net/software/theano/tutorial/using_gpu.html> I always get the output - Used the CPU. Any suggestions? Require more information? Thanks in advance! -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
