struct

ConstructionKit::TrainEvent

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(step : Int32, steps : Int32, loss : Float64, avg_loss : Float64, grad_norm : Float64, elapsed_sec : Float64, router_weights : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

avg_loss
Source
avg_loss=(avg_loss : Float64)
Source
elapsed_sec
Source
elapsed_sec=(elapsed_sec : Float64)
Source
grad_norm
Source
grad_norm=(grad_norm : Float64)
Source
loss
Source
loss=(loss : Float64)
Source
router_weights
Source
router_weights=(router_weights : String)
Source
sample
Source
sample=(sample : String | Nil)
Source
step
Source
step=(step : Int32)
Source
steps
Source
steps=(steps : Int32)
Source
type
Source
type=(type : String)
Source