Skip to content

Commit 46e3b35

Browse files
Update data_performance.ipynb
1 parent 9d449cb commit 46e3b35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/en/guide/data_performance.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -713,12 +713,12 @@
713713
"Here is a summary of the best practices for designing performant TensorFlow\n",
714714
"input pipelines:\n",
715715
"\n",
716-
"* [\Use the `prefetch` transformation\](#prefetching) to overlap the work of a producer and consumer\n",
717-
"* [\Parallelize the data reading transformation\](#parallelizing_data_extraction) using the `interleave` transformation\n",
718-
"* [\Parallelize the `map` transformation\](#parallelizing_data_transformation) by setting the `num_parallel_calls` argument\n",
719-
"* [\Use the `cache` transformation\](#caching) to cache data in memory during the first epoch\n",
720-
"* [\Vectorize user-defined functions\](#vectorizing_mapping) passed in to the `map` transformation\n",
721-
"* [\Reduce memory usage\](#reducing_memory_footprint) when applying the `interleave`, `prefetch`, and `shuffle` transformations"
716+
"* [Use the `prefetch` transformation](#prefetching) to overlap the work of a producer and consumer\n",
717+
"* [Parallelize the data reading transformation](#parallelizing_data_extraction) using the `interleave` transformation\n",
718+
"* [Parallelize the `map` transformation](#parallelizing_data_transformation) by setting the `num_parallel_calls` argument\n",
719+
"* [Use the `cache` transformation](#caching) to cache data in memory during the first epoch\n",
720+
"* [Vectorize user-defined functions](#vectorizing_mapping) passed in to the `map` transformation\n",
721+
"* [Reduce memory usage](#reducing_memory_footprint) when applying the `interleave`, `prefetch`, and `shuffle` transformations"
722722
]
723723
},
724724
{

0 commit comments

Comments
 (0)