Skip to content

Add hparams and job status support to SummaryWriter #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ltouati
Copy link

@ltouati ltouati commented Apr 10, 2025

Introduced new modules hparams and status to support hyperparameter configurations and job status reporting in TensorBoard. Extended SummaryWriter with methods to add hyperparameter configs, scalar metrics, and job statuses. Updated dependencies and added a new example demonstrating these capabilities.

ltouati added 3 commits April 10, 2025 15:00
Introduced new modules `hparams` and `status` to support hyperparameter configurations and job status reporting in TensorBoard. Extended `SummaryWriter` with methods to add hyperparameter configs, scalar metrics, and job statuses. Updated dependencies and added a new example demonstrating these capabilities.
Replaced `ImageOutputFormat` with `ImageFormat` and introduced `Cursor` for image encoding. This improves code clarity and aligns with recommended practices for handling in-memory buffers.
The new method returns a key-value pair representation of the `HyperParameter` instance. This improves usability by providing a straightforward way to extract and work with parameter data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant