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?