auto-diff
auto-diff copied to clipboard
Add hparams and job status support to SummaryWriter
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.