Skip to content

Commit

Permalink
Add missing import sys
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Oct 7, 2016
1 parent 25e0c35 commit 37a7ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 15_autoencoders.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"import numpy as np\n",
"import numpy.random as rnd\n",
"import os\n",
"import sys\n",
"\n",
"# to make this notebook's output stable across runs\n",
"rnd.seed(42)\n",
Expand Down

0 comments on commit 37a7ed3

Please sign in to comment.