Browse Source

fix ml intro

aymericdamien 4 years ago
parent
commit
a1516d2303
1 changed files with 8 additions and 8 deletions
  1. 8 8
      tensorflow_v2/notebooks/0_Prerequisite/mnist_dataset_intro.ipynb

+ 8 - 8
tensorflow_v2/notebooks/0_Prerequisite/mnist_dataset_intro.ipynb

@@ -25,10 +25,10 @@
    ]
   },
   {
-   "cell_type": "markdown",
-   "metadata": {
-    "collapsed": true
-   },
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
    "source": [
     "# Import MNIST\n",
     "from tensorflow.examples.tutorials.mnist import input_data\n",
@@ -49,10 +49,10 @@
    ]
   },
   {
-   "cell_type": "markdown",
-   "metadata": {
-    "collapsed": true
-   },
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
    "source": [
     "# Get the next 64 images array and labels\n",
     "batch_X, batch_Y = mnist.train.next_batch(64)"