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

Show training results in tensorboard #603

Closed
JelleHoffman opened this issue Mar 1, 2018 · 4 comments
Closed

Show training results in tensorboard #603

JelleHoffman opened this issue Mar 1, 2018 · 4 comments

Comments

@JelleHoffman
Copy link

JelleHoffman commented Mar 1, 2018

Is there a way to show the training loss, for example, in tensorboard during training with darkflow? This gives very nice graphs I can use as research. To show it in tensorboard you need event files that generate during training.

@JelleHoffman
Copy link
Author

I have found it. It is a option in the commands. --summary

@senisna
Copy link

senisna commented May 15, 2019

sir could please give some details on how you managed to do it and where do i finde the event fles

@mpky
Copy link

mpky commented May 16, 2019

I have found it. It is a option in the commands. --summary

What does this --summary produce? Is it just a log directory that TensorBoard can read?

@senisna
Copy link

senisna commented May 16, 2019

@mpky yes that's it
it's called the TF event file
but u need to specify the folder name (it shouldn't be an existing one) so it is --summary folder name

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

3 participants