tfr.keras.losses.get
Stay organized with collections
Save and categorize content based on your preferences.
Factory method to get a ranking loss class.
tfr.keras.losses.get(
loss: str,
reduction: tf.losses.Reduction = tf.losses.Reduction.AUTO,
lambda_weight: Optional[losses_impl._LambdaWeight] = None,
name: Optional[str] = None,
**kwargs
) -> tf.keras.losses.Loss
Args |
loss
|
(str) An attribute of RankingLossKey , defining which loss object to
return.
|
reduction
|
(enum) An enum of strings indicating the loss reduction type.
See type definition in the tf.compat.v2.losses.Reduction .
|
lambda_weight
|
(losses_impl._LambdaWeight) A lambda object for ranking
metric optimization.
|
name
|
(optional) (str) Name of loss.
|
**kwargs
|
Keyword arguments for the loss object.
|
Returns |
A ranking loss instance. See _RankingLoss signature for more details.
|
Raises |
ValueError
|
If loss_key is unsupported.
|
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 2023-08-18 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 2023-08-18 UTC."],[],[]]