IDSIA / brainstorm

Fast, flexible and fun neural networks.
Other
1.3k stars 154 forks source link

Make CPU / Numpy handler default in examples rather than PyCUDA #82

Closed pranv closed 8 years ago

pranv commented 8 years ago

Reason: A lot of people will be just trying out. The GPU setup is more complicated.

I think some of the success of things like char-rnn etc., were due to the fact that people could just download them and run.

flukeskywalker commented 8 years ago

Good point. Will change the CIFAR-10 and Hutter example to be similar to the MNIST one.

flukeskywalker commented 8 years ago

357b5416b35a8223881337cb0ebfe82d3dc46a70 addresses this, and also provides a README for the examples directory.

pranv commented 8 years ago

Neat!