Commit Graph

3 Commits

Author SHA1 Message Date
Wernervanrun
62c6142250 Update previous value for the next iteration only if the value is not NaN 2024-08-09 13:31:51 +02:00
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
Wernervanrun
1b7add90ea **Subject:** *Add loss graph functionality for Gradio interface*
**Body:**
* Implements helper functions to retrieve and display loss graphs for different projects.
* Integrates with Gradio to provide interactive tabs with loss graph images.
* Handles project selection and updates loss graphs accordingly.
* Includes helper functions for generating and saving loss graphs from TensorBoard logs
2024-08-09 12:28:19 +02:00