Class: Gsplat::Training::Trainer::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/gsplat/training/trainer.rb

Overview

Final step, before/after metrics, and periodic history.

Instance Attribute Summary collapse

Instance Attribute Details

#final_metricsObject (readonly)

Returns the value of attribute final_metrics

Returns:

  • (Object)

    the current value of final_metrics



10
11
12
# File 'lib/gsplat/training/trainer.rb', line 10

def final_metrics
  @final_metrics
end

#historyObject (readonly)

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



10
11
12
# File 'lib/gsplat/training/trainer.rb', line 10

def history
  @history
end

#initial_metricsObject (readonly)

Returns the value of attribute initial_metrics

Returns:

  • (Object)

    the current value of initial_metrics



10
11
12
# File 'lib/gsplat/training/trainer.rb', line 10

def initial_metrics
  @initial_metrics
end

#stepObject (readonly)

Returns the value of attribute step

Returns:

  • (Object)

    the current value of step



10
11
12
# File 'lib/gsplat/training/trainer.rb', line 10

def step
  @step
end