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

bug fix: y_test[img, 0] to y_test[img_id, 0] #25

Merged
merged 1 commit into from Dec 19, 2020
Merged

bug fix: y_test[img, 0] to y_test[img_id, 0] #25

merged 1 commit into from Dec 19, 2020

Conversation

jaewoosong
Copy link
Contributor

I guess y_test[img, 0] in attack_all() is a buggy line because img is not a valid variable in attack_all(). I guess the intended line was y_test[img_id, 0]?

@Hyperparticle Hyperparticle merged commit 8261f97 into Hyperparticle:master Dec 19, 2020
@Hyperparticle
Copy link
Owner

Thanks for catching and fixing this!

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

Successfully merging this pull request may close these issues.

None yet

2 participants