You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: