Skip to content

Commit 3541273

Browse files
author
Carlos Henrique Reis
authored
Update 01_How_TensorFlow_Works.ipynb
fixed syntax error
1 parent cef6396 commit 3541273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_Introduction/01_How_TensorFlow_Works/01_How_TensorFlow_Works.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"\n",
6767
" `a_var = tf.constant(42)`\n",
6868
" `x_input = tf.placeholder(tf.float32, [None, input_size])`\n",
69-
" `y_input = tf.placeholder(tf.fload32, [None, num_classes])`\n",
69+
" `y_input = tf.placeholder(tf.float32, [None, num_classes])`\n",
7070
"\n",
7171
"5. Define the model structure.\n",
7272
"\n",

0 commit comments

Comments
 (0)