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

issues with the filling the variables. #5

Open
naghmehghanooni opened this issue Jul 21, 2022 · 0 comments
Open

issues with the filling the variables. #5

naghmehghanooni opened this issue Jul 21, 2022 · 0 comments

Comments

@naghmehghanooni
Copy link

Hi,
I'm wondering why in the train.py file you are feeding the same values to the ground truth label variable and the predicted label variable:

train_gt_labels[indices] = labels.cpu().numpy().astype(np.int64)
train_pred_labels[indices] = labels.cpu().numpy().astype(np.int64)

Thanks,
Naghmeh

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

1 participant