We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/ServiceNow/embedding-propagation/blob/master/src/models/finetuning.py#L103 , why is the query matrix multiplied by nclasses . Shouldn't it start from zeros matrix since no labels are available for queries .. and labels are propagated from neighbors?
nclasses
The text was updated successfully, but these errors were encountered:
Hi @Saurabh7,
This is just to flag these labels as "unlabeled". As you can see here:
embedding-propagation/embedding_propagation/embedding_propagation.py
Line 67 in c51e7ac
Sorry, something went wrong.
No branches or pull requests
In https://github.com/ServiceNow/embedding-propagation/blob/master/src/models/finetuning.py#L103 , why is the query matrix multiplied by
nclasses
.Shouldn't it start from zeros matrix since no labels are available for queries .. and labels are propagated from neighbors?
The text was updated successfully, but these errors were encountered: