IterationResult class
Properties
-
durationMs
↔ String?
-
Time taken to run the iteration in milliseconds.
getter/setter pair
-
evalLoss
↔ double?
-
Loss computed on the eval data at the end of iteration.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
↔ int?
-
Index of the iteration, 0 based.
getter/setter pair
-
learnRate
↔ double?
-
Learn rate used for this iteration.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
trainingLoss
↔ double?
-
Loss computed on the training data at the end of iteration.
getter/setter pair