Skip to content

Commit

Permalink
Merge pull request #2136 from devharsh/patch-1
Browse files Browse the repository at this point in the history
Update model-stealing-demo.ipynb
  • Loading branch information
beat-buesser committed May 22, 2023
2 parents 6029b12 + aee4c25 commit 50b2a8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions notebooks/model-stealing-demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
"from keras.models import Sequential\n",
"from keras.layers import Dense, Flatten, Conv2D, MaxPooling2D, Flatten, InputLayer, Reshape\n",
"\n",
"from art.classifiers import KerasClassifier\n",
"from art.estimators.classification import KerasClassifier\n",
"\n",
"if tf.executing_eagerly():\n",
" tf.python.framework.ops.disable_eager_execution()"
"tf.compat.v1.disable_eager_execution()"
]
},
{
Expand Down

0 comments on commit 50b2a8b

Please sign in to comment.