feature-training
Toggle table of contents
provider(?)
common
Platform filter
common
Switch theme
Search in API
feature-training
feature-training
/
org.pointyware.disco.training.interactors
/
NetworkTrainingState
Network
Training
State
data
class
NetworkTrainingState
(
val
elapsedEpochs
:
Int
=
0
,
val
trainer
:
SequentialTrainer
,
val
snapshot
:
Snapshot
)
Members
Constructors
Network
Training
State
Link copied to clipboard
constructor
(
elapsedEpochs
:
Int
=
0
,
trainer
:
SequentialTrainer
,
snapshot
:
Snapshot
)
Properties
elapsed
Epochs
Link copied to clipboard
val
elapsedEpochs
:
Int
=
0
network
Depth
Link copied to clipboard
val
networkDepth
:
Int
snapshot
Link copied to clipboard
val
snapshot
:
Snapshot
trainer
Link copied to clipboard
val
trainer
:
SequentialTrainer