bapalto/birdsong-keras

how to use gpu

hxtsch opened this issue · 2 comments

thanks. I'm inspired by the code.

Using a GPU is a question of setting the backend (Theano or TensorFlow) of Keras properly. If you are using TensorFlow as a backend please pay attention to "pip install tensorflow-gpu".

Thanks for your reply.
I have solved the problem.
Thank you.