lisa-groundhog / GroundHog

Library for implementing RNNs with Theano
BSD 3-Clause "New" or "Revised" License
598 stars 229 forks source link

How to train nmt on GPU #46

Closed yzhang123 closed 8 years ago

yzhang123 commented 8 years ago

Hi, can somebody tell me how to train the nmt on the GPU? Thanks!

nouiz commented 8 years ago

GroundHog isn't maintained anymore. There is another project that replace it. See this warning on github main page of this repo:

WARNING: Groundhog development is over. Please consider using Blocks instead. For an example of machine translation using Blocks please see Blocks-examples repository

Otherwise, see Theano tutorial about GPU: http://deeplearning.net/software/theano/tutorial/using_gpu.html