practical-pytorch
practical-pytorch copied to clipboard
question:Generating Names with a Character-Level RNN,why dont use nn.lstm directly
Im'new guy in dl and pytorch.
i read your tutorial
https://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html
but i wonder ,why you inherit nn.module as a Rnn,but you dont you nn.lstm etc.
why?
Is nn.lstm is too bad to use?