Availbility of PyTorch cuda code

Is the pytorch cuda code for RNNs available?

I’d like to adapt some GRU code to a particular use case, is this viable?

Hey, Indeed PyTorch has great CUDA support for RNN and GRU. To learn more you can refer to its documentation RNN and GRU. Thanks!

PS: if you are looking forward to the source code click here.

Thats great, thanks for the link