danieldjohnson / biaxial-rnn-music-composition

A recurrent neural network designed to generate classical music.
BSD 2-Clause "Simplified" License
1.92k stars 380 forks source link

Any way to train on CPU? #29

Closed hanyucc closed 7 years ago

hanyucc commented 7 years ago

Is it possible to train the network on CPU instead of GPU? And how long would it possibly take?

danieldjohnson commented 7 years ago

You should be able to train on the CPU by changing your theano config to use device=cpu. I'm not sure how long that would take; it will depend on your particular computer (but probably longer than if you used a GPU).

namratasaun commented 4 years ago

How to do that?