Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

char rnn classification activation #110

Open
siddBanPsu opened this issue Aug 6, 2018 · 0 comments
Open

char rnn classification activation #110

siddBanPsu opened this issue Aug 6, 2018 · 0 comments

Comments

@siddBanPsu
Copy link

siddBanPsu commented Aug 6, 2018

In the RNN code here: https://pytorch.org/tutorials/intermediate/char_rnn_classification_tutorial.html,

self.i2h = nn.Linear(input_size + hidden_size, hidden_size)
self.i2o = nn.Linear(input_size + hidden_size, output_size)

there seem to be no activation present, tanh or Relu as is normally seen in RNN's. Why was it done like this for this example?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant