Intermediate

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

Collects intermediate information for an epoch.

Pre-activations, activations, derivatives, loss, gradients, etc.

Constructors

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

Properties

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