public class
LogCoshError
A metric that computes the logarithm of the hyperbolic cosine of the prediction error metric between labels and predictions.
Inherited Constants
Public Constructors
LogCoshError(Ops tf, String name, long seed, Class<T> type)
Creates a LogCoshError metric
|
Public Methods
Operand<T> |
Inherited Methods
Public Constructors
public LogCoshError (Ops tf, String name, long seed, Class<T> type)
Creates a LogCoshError metric
Parameters
tf | the TensorFlow Ops |
---|---|
name | the name of this metric, if null then metric name is getSimpleName() . |
seed | the seed for random number generation. An initializer created with a given seed will always produce the same random tensor for a given shape and data type. |
type | the type for the variables and result |