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

how to use tensorboard to record the training loss? thanks #118

Open
HejhGitHub opened this issue May 30, 2023 · 3 comments
Open

how to use tensorboard to record the training loss? thanks #118

HejhGitHub opened this issue May 30, 2023 · 3 comments

Comments

@HejhGitHub
Copy link

No description provided.

@VainF
Copy link
Owner

VainF commented May 30, 2023

Hi @HejhGitHub. This project was developed four years ago when PyTorch had limited support for Tensorboard. As a result, It only supports Visdom.

@VainF
Copy link
Owner

VainF commented May 30, 2023

If you would like to use Tensorboard, just modify these lines using a Tensorboard writer

vis.vis_scalar("[Val] Overall Acc", cur_itrs, val_score['Overall Acc'])

@HejhGitHub
Copy link
Author

thanks for the reply

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

No branches or pull requests

2 participants