Skip to content
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

Use lightning.pytorch.loggers.TensorBoardLogger for tensorboard logging. #382

Open
Lilferrit opened this issue Sep 18, 2024 · 0 comments · May be fixed by #350
Open

Use lightning.pytorch.loggers.TensorBoardLogger for tensorboard logging. #382

Lilferrit opened this issue Sep 18, 2024 · 0 comments · May be fixed by #350
Assignees
Labels
enhancement New feature or request

Comments

@Lilferrit
Copy link
Contributor

Instead of using torch.utils.tensorboard.SummaryWriter, it might be better to use PyLightning's tensor board logging interface instead, similar to the implementation in dev_latest_depthcharge. This would mainly (more easily) allow other metrics, such as the optimizer metrics, to be written to the tensorboard logs, but this would also have the benefit of making the implementations of the tensorboard and the soon to be introduced csv logging more consistent with one another.

@Lilferrit Lilferrit added the enhancement New feature or request label Sep 18, 2024
@Lilferrit Lilferrit self-assigned this Oct 14, 2024
@Lilferrit Lilferrit linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant