tff.learning.templates.reject_non_finite_update
Stay organized with collections
Save and categorize content based on your preferences.
Rejects the update if any non-finite value is in the update.
tff.learning.templates.reject_non_finite_update(
state: Any, update: Any
) -> tuple[tf.Tensor, _MeasurementsType]
This is the default should_reject_update
function used in
build_apply_optimizer_finalizer
.
Args |
state
|
Unused optimzier state.
|
update
|
The update to be applied to the model's weights by the optimizer.
|
Returns |
A tuple of:
- should_reject (bool tensor): True if the update should be rejected,
False otherwise.
- measurements (OrderedDict): A dict with a single key
(
update_non_finite ) an an integer tensor of whether the update was
rejected.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[]]