We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excuse me, https://github.com/graykode/nlp-tutorial/blob/master/1-1.NNLM/NNLM-Torch.py#L50 The comment here may be wrong. It should be X = X.view(-1, n_step * m) # [batch_size, n_step * m]
X = X.view(-1, n_step * m) # [batch_size, n_step * m]
Sorry for disturbing you.
The text was updated successfully, but these errors were encountered:
Excuse me, https://github.com/graykode/nlp-tutorial/blob/master/1-1.NNLM/NNLM-Torch.py#L50 The comment here may be wrong. It should be X = X.view(-1, n_step * m) # [batch_size, n_step * m] Sorry for disturbing you.
hey bro, I find this mistake too, I think you are right
Sorry, something went wrong.
No branches or pull requests
Excuse me, https://github.com/graykode/nlp-tutorial/blob/master/1-1.NNLM/NNLM-Torch.py#L50 The comment here may be wrong. It should be
X = X.view(-1, n_step * m) # [batch_size, n_step * m]
Sorry for disturbing you.
The text was updated successfully, but these errors were encountered: