NetworkTrainingUiState

data class NetworkTrainingUiState(val epochsTrained: Int, val networkState: NeuralNetworkUiState, val statistics: StatisticsUiState)

Represents the state of a single network during training.

Parameters

epochsTrained

The current epoch number in the training process. 0 indicates no elapsed epochs.

Constructors

Link copied to clipboard
constructor(epochsTrained: Int, networkState: NeuralNetworkUiState, statistics: StatisticsUiState)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val networkState: NeuralNetworkUiState
Link copied to clipboard