Saurabh Mahindre

Results 4 issues of Saurabh Mahindre

Hi, I am trying to using train a simple 2 layer network on a simple synthetic dataset. With two features X1 and X2. and lables: y = X1^2 + X2^2...

help wanted
question

Hi, Could someone help me understand how the evaluation works. Even with 1 validation sample in the directory, I still seem to see total examples to be done as 40007...

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...