Skip to content

Commit

Permalink
Comment about OUT_OF_RANGE warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rishic3 committed Jan 10, 2025
1 parent afe7e5d commit 0a540d6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,14 @@
"train_ds = df_to_dataset(train, batch_size=batch_size)"
]
},
{
"cell_type": "markdown",
"id": "bdc8571c",
"metadata": {},
"source": [
"(Note that OUT_OF_RANGE errors are safe to ignore: https://github.com/tensorflow/tensorflow/issues/62963)."
]
},
{
"cell_type": "code",
"execution_count": 12,
Expand Down

0 comments on commit 0a540d6

Please sign in to comment.