Hi everyone,
I am building a heteregenous recommender system and using a EdgeDataloader when training the network. I have “m” users and “n” items, and would like to have a matrix with a size of “m*n” which contains the link probabilities. My idea is to use the embeddings such that the matrix could be constructed by the dot product. My questions is, how do we get the embeddings of all the users and items and not only a subset as we are using blocks?