Wernervanrun 254faa1b91 Handle NaN values in TensorBoard scalar extraction
- Updated `extract_scalar_data` to handle NaN values in TensorBoard logs.
- If a scalar value is NaN, the method now falls back to the previous valid value.
- If no previous value is available, a default of 0.0 is used.
- This ensures continuity and robustness in the extracted scalar data.
2024-08-09 13:11:15 +02:00
..