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.
2 parents 975e365 + f5f4803 commit 69939d9Copy full SHA for 69939d9
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