struct

ConstructionKit::MetricPoint

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(step : Int32, loss : Float64, avg_loss : Float64, grad_norm : Float64, elapsed : Float64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

avg_loss
Source
avg_loss=(avg_loss : Float64)
Source
elapsed
Source
elapsed=(elapsed : Float64)
Source
grad_norm
Source
grad_norm=(grad_norm : Float64)
Source
loss
Source
loss=(loss : Float64)
Source
step
Source
step=(step : Int32)
Source