Skip to content

Commit 6b11799

Browse files
Fix ML intro notebook (#382)
* fix ml intro * fix ml intro
1 parent ab1b58b commit 6b11799

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

tensorflow_v2/notebooks/0_Prerequisite/mnist_dataset_intro.ipynb

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "code",
5-
"execution_count": null,
4+
"cell_type": "markdown",
65
"metadata": {},
7-
"outputs": [],
86
"source": [
97
"\n",
108
"# MNIST Dataset Introduction\n",
@@ -29,9 +27,7 @@
2927
{
3028
"cell_type": "code",
3129
"execution_count": null,
32-
"metadata": {
33-
"collapsed": true
34-
},
30+
"metadata": {},
3531
"outputs": [],
3632
"source": [
3733
"# Import MNIST\n",
@@ -55,9 +51,7 @@
5551
{
5652
"cell_type": "code",
5753
"execution_count": null,
58-
"metadata": {
59-
"collapsed": true
60-
},
54+
"metadata": {},
6155
"outputs": [],
6256
"source": [
6357
"# Get the next 64 images array and labels\n",
@@ -88,9 +82,9 @@
8882
"name": "python",
8983
"nbconvert_exporter": "python",
9084
"pygments_lexer": "ipython2",
91-
"version": "2.7.13"
85+
"version": "2.7.18"
9286
}
9387
},
9488
"nbformat": 4,
95-
"nbformat_minor": 0
89+
"nbformat_minor": 1
9690
}

0 commit comments

Comments
 (0)