IndicoDataSolutions / Passage

A little library for text analysis with RNNs.
MIT License
530 stars 134 forks source link

Does Passage support running on GPU? #32

Closed sjhddh closed 9 years ago

sjhddh commented 9 years ago

Hello, Just wanna ask if Passage can run on GPU? if so, what should I do? similar to Theano?

Newmu commented 9 years ago

Yep! Since it is based off of Theano, the same setings you use for theano (via flags or .theanorc) will carry over and be used by Passage.