TrainingUiState

data class TrainingUiState(val isTraining: Boolean, val epochsRemaining: Int, val epochsElapsed: Int, val networks: List<NetworkTrainingUiState>)

Represents the state for all networks currently being trained.

Constructors

Link copied to clipboard
constructor(isTraining: Boolean, epochsRemaining: Int, epochsElapsed: Int, networks: List<NetworkTrainingUiState>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard