Skip to content

Commit

Permalink
overfit_and_underfit.ipynb: repack_row => pack_row
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae authored and lamberta committed Dec 3, 2019
1 parent b8a1207 commit 105d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/keras/overfit_and_underfit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"source": [
"TensorFlow is most efficient when operating on large batches of data.\n",
"\n",
"So instead of repacking each row individually make a new `Dataset` that takes batches of 10000-examples, applies the `repack_row` function to each batch, and then splits the batches back up into individual records:"
"So instead of repacking each row individually make a new `Dataset` that takes batches of 10000-examples, applies the `pack_row` function to each batch, and then splits the batches back up into individual records:"
]
},
{
Expand Down

0 comments on commit 105d811

Please sign in to comment.