Skip to content
New issue

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

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

Open
Peterdingpeng opened this issue Feb 9, 2020 · 1 comment
Open

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

Peterdingpeng opened this issue Feb 9, 2020 · 1 comment

Comments

@Peterdingpeng
Copy link

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

@anjanaw
Copy link

anjanaw commented Mar 18, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants