Skip to content

Commit 69939d9

Browse files
authored
Merge pull request #1312 from iRxyzzz/fix_notebook
fix import error at model inversion attacks notebook
2 parents 975e365 + f5f4803 commit 69939d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/model_inversion_attacks_mnist.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"seed(123)\n",
3535
"\n",
3636
"from art.estimators.classification import KerasClassifier\n",
37-
"from art.attacks.inference import MIFace\n",
37+
"from art.attacks.inference.model_inversion.mi_face import MIFace\n",
3838
"from art.utils import load_dataset\n",
3939
"\n",
4040
"%matplotlib inline\n",

0 commit comments

Comments
 (0)