Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMay be a small mistake #48
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.