facebookresearch/StarSpace

Starspace vector calculation

Fahad92 opened this issue · 0 comments

Hello, I'm trying to understand how StarSpace calculates the embedding stored in .tsv file. I tried to follow the sequence of C++ code, and I see it is dumping the LHSEmbeddings_ in EmbedModel::saveTsv() function. The LHSEmbeddings_ is initialized in EmbedModel::initModelWeights() function. Can someone please let me know in which file they are calculating the values of LHSEmbeddings_ or the values stored in .tsv file.
thanks in advance