I noticed that you are passing self.textData.getVocabularySize() to the sequence_loss function while this function doesn't need the vocabulary size. I think that it is a typo that fortunately doesn't affect the overall code correctness.
Correct me if instead there is some kind of reason for the use of this parameter.
Hi,
I noticed that you are passing self.textData.getVocabularySize() to the sequence_loss function while this function doesn't need the vocabulary size. I think that it is a typo that fortunately doesn't affect the overall code correctness.
Correct me if instead there is some kind of reason for the use of this parameter.
Alberto