Class: Gsplat::Training::Trainer::Result
- Inherits:
-
Data
- Object
- Data
- Gsplat::Training::Trainer::Result
- Defined in:
- lib/gsplat/training/trainer.rb
Overview
Final step, before/after metrics, and periodic history.
Instance Attribute Summary collapse
-
#final_metrics ⇒ Object
readonly
Returns the value of attribute final_metrics.
-
#history ⇒ Object
readonly
Returns the value of attribute history.
-
#initial_metrics ⇒ Object
readonly
Returns the value of attribute initial_metrics.
-
#step ⇒ Object
readonly
Returns the value of attribute step.
Instance Attribute Details
#final_metrics ⇒ Object (readonly)
Returns the value of attribute final_metrics
10 11 12 |
# File 'lib/gsplat/training/trainer.rb', line 10 def final_metrics @final_metrics end |
#history ⇒ Object (readonly)
Returns the value of attribute history
10 11 12 |
# File 'lib/gsplat/training/trainer.rb', line 10 def history @history end |
#initial_metrics ⇒ Object (readonly)
Returns the value of attribute initial_metrics
10 11 12 |
# File 'lib/gsplat/training/trainer.rb', line 10 def initial_metrics @initial_metrics end |
#step ⇒ Object (readonly)
Returns the value of attribute step
10 11 12 |
# File 'lib/gsplat/training/trainer.rb', line 10 def step @step end |