We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ec9a34 + cf1ca5d commit b6c5c4eCopy full SHA for b6c5c4e
site/en/tutorials/keras/regression.ipynb
@@ -626,7 +626,7 @@
626
"id": "Z3q1I9TwnRSC"
627
},
628
"source": [
629
- "Having configured the training configured, use Keras `Model.fit` to execute the training for 100 epochs:"
+ "Use Keras `Model.fit` to execute the training for 100 epochs:"
630
]
631
632
{
site/en/tutorials/load_data/csv.ipynb
@@ -421,7 +421,7 @@
421
"# Create a symbolic input\n",
422
"input = tf.keras.Input(shape=(), dtype=tf.float32)\n",
423
"\n",
424
- "# Do a calculation using is\n",
+ "# Perform a calculation using the input\n",
425
"result = 2*input + 1\n",
426
427
"# the result doesn't have a value\n",
0 commit comments