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 can I view the training log in Tensorboard? Thans for you help #1

Open
1104662797 opened this issue Oct 21, 2022 · 3 comments
Open

Comments

@1104662797
Copy link

No description provided.

@lkhl
Copy link
Owner

lkhl commented Oct 28, 2022

Hi,

After training, there should be a file starting with "events.out.tfevents." in the working directory.

You can view it by running

pip install tensorboard
tensorboard --logdir /directory_of_the_file/

@1104662797
Copy link
Author

sorry, I mean how can I view your log(in Readme,Result) in tensoboard.

@lkhl
Copy link
Owner

lkhl commented Oct 29, 2022

Hi,

I rename log files when uploading. The tensorboard may not recognize these files.

You can try to rename the file to "events.out.tfevents.xxx" ("xxx" can be anything) and open it again by tensorboard.

Thanks for the issue.

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