cleverhans-lab / cleverhans

An adversarial example library for constructing attacks, building defenses, and benchmarking both
MIT License
6.15k stars 1.39k forks source link

variables were mistakenly named mnist #1193

Closed AxelBohm closed 3 years ago

AxelBohm commented 3 years ago

in the tf2 cifar10 tutorial some of the variables were called mnist. This PR fixes this. this doesn't change any functionality

alkaet commented 3 years ago

This looks fine to me. We are in setting up Black throughout the library at the moment. I'll reformat and merge soon after.