Skip to content

Commit a7cf13b

Browse files
author
Brok Bucholtz
committed
Add description to features_count and labels_count
1 parent 9af281a commit a7cf13b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intro-to-tensorFlow/intro_to_tensorflow.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,9 @@
347347
},
348348
"outputs": [],
349349
"source": [
350+
"# All the pixels in the image (28 * 28 = 784)\n",
350351
"features_count = 784\n",
352+
"# All the labels\n",
351353
"labels_count = 10\n",
352354
"\n",
353355
"# TODO: Set the features and labels tensors\n",

0 commit comments

Comments
 (0)