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

Should fooling_rate exclude true_label != est_labels_pert ? #10

Open
543877815 opened this issue Feb 23, 2020 · 0 comments
Open

Should fooling_rate exclude true_label != est_labels_pert ? #10

543877815 opened this issue Feb 23, 2020 · 0 comments

Comments

@543877815
Copy link

May I ask, when caculate

fooling_rate = float(np.sum(est_labels_pert != est_labels_orig) / float(num_images))

Should fooling_rate exclude sth like true_label != est_labels_pert ?
Because when true_label != est_labels_pert, we don't need to fool the network, I think.

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