How can users get started using the BIC’s new GPU processors in their image pipelines?
Using the SGE batch system with the queue gpu.q:
qsub -q gpu.q your_script.sh
I’ve used Theano for training artificial neural networks on this machine, if anyone has more specific questions. There’s also some documentation here: http://deeplearning.net/software/theano/tutorial/using_gpu.html
1 Like