dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.

Home Page:http://keras.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with Theano backend and multiple GPUs

beeva-juangomez opened this issue · comments

I'm trying to use Theano backend with multiple GPUs and I'm getting this error: ValueError: Invalid argument "context" passed to K.function. However, if i'm running TheanoGPU test script everything is correct. Any idea?

Thanks!

Hello,
Multi-GPUs via context parameter is the new functionality added only for MXNet backend. Theano backend does not support this functionality.

Thank you, closing the issue