One row of the loss history.
More...
#include <train.hpp>
|
| int | iteration = 0 |
| double | loss = 0 |
| | the optimized objective
|
| double | l1 = 0 |
| | mean absolute error against the target view
|
| double | psnr = 0 |
| | dB, from the MSE of the same view
|
| std::size_t | gaussians = 0 |
One row of the loss history.
Definition at line 215 of file train.hpp.
◆ gaussians
| std::size_t reusex::gsplat::TrainMetrics::gaussians = 0 |
◆ iteration
| int reusex::gsplat::TrainMetrics::iteration = 0 |
◆ l1
| double reusex::gsplat::TrainMetrics::l1 = 0 |
mean absolute error against the target view
Definition at line 218 of file train.hpp.
◆ loss
| double reusex::gsplat::TrainMetrics::loss = 0 |
the optimized objective
Definition at line 217 of file train.hpp.
◆ psnr
| double reusex::gsplat::TrainMetrics::psnr = 0 |
dB, from the MSE of the same view
Definition at line 219 of file train.hpp.
The documentation for this struct was generated from the following file: