auto-diff icon indicating copy to clipboard operation
auto-diff copied to clipboard

Results 2 auto-diff issues
Sort by recently updated
recently updated
newest added

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...

I have some code that I test which requires passing around a SummaryWriter. Ideally, I could swap out the SummaryWriter here with a NoopWriter -- I assume this would be...