|
|
|
|
|
by jre
3694 days ago
|
|
I can't speak for caffe, but I got a new machine up and running with keras in about half an hour last week without having to compile anything : - install the nvidia drivers, cuda and cudnn which all come as ubuntu packages. - use anaconda for python - conda install theano - pip install tensorflow as per the website - pip install keras And voilĂ , I got my keras models running on my shinny new GTX 980. |
|
Using Cuda packages results in Theano not working. https://github.com/Theano/Theano/issues/4430