Skip to content

Commit

Permalink
Remove warning about TPU performance degredation (#1743)
Browse files Browse the repository at this point in the history
I believe this has been fixed for awhile - maybe instead we can update the message just to indicate that it was (feel free to reject/close PR if this is intentionally here for notekeeping)
  • Loading branch information
LukeWood authored Jan 22, 2024
1 parent 2cc2beb commit 5fc1c9e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions guides/md/preprocessing_layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -736,11 +736,3 @@ Instead, pre-compute your vocabulary in advance
(you could use Apache Beam or TF Transform for this)
and store it in a file. Then load the vocabulary into the layer at construction
time by passing the file path as the `vocabulary` argument.


### Using lookup layers on a TPU pod or with `ParameterServerStrategy`.

There is an outstanding issue that causes performance to degrade when using
a `TextVectorization`, `StringLookup`, or `IntegerLookup` layer while
training on a TPU pod or on multiple machines via `ParameterServerStrategy`.
This is slated to be fixed in TensorFlow 2.7.

0 comments on commit 5fc1c9e

Please sign in to comment.