Hi,
When I tried to train the model, I got the below error("index out of range in self).
I guess it is due to embedding size. However I don’t know why this issue occur.
This is the projection layer code.
I’m using two node types (user and business). so I checked the data size used input tensor.
Could you give me any advice?