Closed hardikmeisheri closed 7 years ago
While GPU execution is not currently supported, it should be possible to implement it by adding the appropriate :cuda()
calls.
For an out-of-the-box solution, try checking out the Tensorflow implementation: https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sentiment.ipynb
@kaishengtai Thanks for the link.
I have tried to look up on net but we need to specify each tensor that is being used in this to be used as GPU tensor, Is there any other way to run entire code on GPU?