mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Include the PSS performance issue of the new optimizer in the release note.
PiperOrigin-RevId: 482833072
This commit is contained in:
parent
6cf78174b2
commit
cbb1aeabdf
|
|
@ -77,6 +77,10 @@ This release contains contributions from many people at Google, as well as:
|
|||
optimizer to update different parts of model in multiple stages,
|
||||
please call `optimizer.build(model.trainable_variables)` before the
|
||||
training loop.
|
||||
* **Performance regression on `ParameterServerStrategy`.** This could be
|
||||
significant if you have many PS servers. We are aware of this issue and
|
||||
working on fixes, for now we suggest using the legacy optimizers when
|
||||
using `ParameterServerStrategy`.
|
||||
* **Timeout or performance loss.** We don't anticipate this to happen, but
|
||||
if you see such issues, please use the legacy optimizer, and file
|
||||
an issue in the Keras GitHub repo.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user