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
..
2024-06-05 18:10:59 +09:00
2023-12-26 00:23:36 +08:00
2024-06-26 22:15:01 +09:00
2023-12-26 00:23:36 +08:00
2024-06-05 18:10:59 +09:00
2023-08-19 20:00:56 +09:00