-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
RuntimeError: index out of range at /pytorch/aten/src/TH/generic/THTensorEvenMoreMath.cpp:193 #1
Comments
I cannot not fully understand your problem. The first parameter is ``the number of nodes'' in the graph. You should build the dataset following the description in README. |
Sorry for my poor expression. And here is the traceback === chenxijun1029/DeepFM_with_PyTorch#1 |
Found it |
When I feed my own data embedded by LINE
it happens:
And the problem arises at GrpahSGAN.py line 32
self.embedding_layer = nn.Embedding(dataset.n, dataset.d)
After searching, I found that the first parameter is actually related to vocabulary size, which I have no idea and could not find in LINE codes.
The text was updated successfully, but these errors were encountered: