Given

class Given<T : Any>(val label: String, key: ComputationKey<T>) : Measurement<T>

Collects the parameters of the model for an epoch.

Weights, biases,

Constructors

Link copied to clipboard
constructor(label: String, key: ComputationKey<T>)

Properties

Link copied to clipboard
val key: ComputationKey<T>
Link copied to clipboard