I am curious if it is possible to output the unrolled hidden layers of the RNN for each sentence? Specifically, for each new sentence, RNNLM can calculate a score (perplexity / log prob) and if it can also output the values for the hidden layer for each word, that would create a nice visualization.
Hi, thanks for the great package.
I am curious if it is possible to output the unrolled hidden layers of the RNN for each sentence? Specifically, for each new sentence, RNNLM can calculate a score (perplexity / log prob) and if it can also output the values for the hidden layer for each word, that would create a nice visualization.