Skip to content

Commit

Permalink
Fix CNTK Tutorial 303
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Crepaldi committed Mar 25, 2019
1 parent 49d4c2d commit 764c8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"outputs": [],
"source": [
"# Import the relevant libraries\n",
"from __future__ import print_function # Use a function definition from future version (say 3.x from 2.7 interpreter)\n",
"import math\n",
"import numpy as np\n",
"import os\n",
"from __future__ import print_function # Use a function definition from future version (say 3.x from 2.7 interpreter)\n",
"\n",
"import cntk as C\n",
"import cntk.tests.test_utils\n",
Expand Down

0 comments on commit 764c8c4

Please sign in to comment.