MAML-Pytorch icon indicating copy to clipboard operation
MAML-Pytorch copied to clipboard

for step, (x_spt, y_spt, x_qry, y_qry) in enumerate(db):

Open Peterdingpeng opened this issue 5 years ago • 1 comments

y_spt and y_qry are not the true labels of corrsponding images, are they just the indexes?

Peterdingpeng avatar Feb 09 '20 04:02 Peterdingpeng

they are indices of the selected classes(n-way) for this batch, in a way they are the true labels. We cannot use true labels because they are not exact values from 0 to (n-way)-1.

anjanaw avatar Mar 18 '20 12:03 anjanaw