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.
1 parent 4e3f0f7 commit be3e1c0Copy full SHA for be3e1c0
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:"
+ "Having configured the training configuration, 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",
+ "# Do a calculation using it\n",
425
"result = 2*input + 1\n",
426
427
"# the result doesn't have a value\n",
0 commit comments