This is an interesting introduction to writing your own neural network models from scratch in PyTorch.
I don't think it's a great way to learn it though - almost no one writes their own models from scratch.
Almost all the time you want to be using one of the pre-written RNN models, since they are optimized, debugged and do things like use CuDNN where available.
I don't think it's a great way to learn it though - almost no one writes their own models from scratch.
Almost all the time you want to be using one of the pre-written RNN models, since they are optimized, debugged and do things like use CuDNN where available.