Skip to content

Commit

Permalink
update in code
Browse files Browse the repository at this point in the history
  • Loading branch information
rivasge committed May 7, 2024
1 parent 7d80bdf commit 5baaece
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
"# Shuffle the prepared dataset\n",
"sample_ds = parsed_dataset_sample.shuffle(BATCH_SIZE * 4)\n",
"\n",
"# Repeat the validation dataset indefinitely\n",
"sample_ds = sample_ds.repeat()\n",
"\n",
"# Get a sample from the shuffled dataset\n",
Expand Down

0 comments on commit 5baaece

Please sign in to comment.