We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975e365 commit f5f4803Copy full SHA for f5f4803
notebooks/model_inversion_attacks_mnist.ipynb
@@ -34,7 +34,7 @@
34
"seed(123)\n",
35
"\n",
36
"from art.estimators.classification import KerasClassifier\n",
37
- "from art.attacks.inference import MIFace\n",
+ "from art.attacks.inference.model_inversion.mi_face import MIFace\n",
38
"from art.utils import load_dataset\n",
39
40
"%matplotlib inline\n",
0 commit comments