Skip to content

Commit be3e1c0

Browse files
committed
typo fix
1 parent 4e3f0f7 commit be3e1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/en/tutorials/keras/regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
"id": "Z3q1I9TwnRSC"
627627
},
628628
"source": [
629-
"Having configured the training configured, use Keras `Model.fit` to execute the training for 100 epochs:"
629+
"Having configured the training configuration, use Keras `Model.fit` to execute the training for 100 epochs:"
630630
]
631631
},
632632
{

site/en/tutorials/load_data/csv.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
"# Create a symbolic input\n",
422422
"input = tf.keras.Input(shape=(), dtype=tf.float32)\n",
423423
"\n",
424-
"# Do a calculation using is\n",
424+
"# Do a calculation using it\n",
425425
"result = 2*input + 1\n",
426426
"\n",
427427
"# the result doesn't have a value\n",

0 commit comments

Comments
 (0)