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 you save tensorboard? #32

Closed
seyeeet opened this issue Jun 17, 2021 · 3 comments
Closed

how you save tensorboard? #32

seyeeet opened this issue Jun 17, 2021 · 3 comments

Comments

@seyeeet
Copy link

seyeeet commented Jun 17, 2021

@jeonsworld
okay this is completely different questions, but I should ask it because i have not seen it anywhere else.
how did you save tensorboard so we can just click on it and see it? I want to do it as well. should I save it in some format or do anything special? please direct me to any link/material that can help me with that.
Thanks :)

@lorenzwu
Copy link

lorenzwu commented Jun 30, 2021

On default the tensorboard writer outputs the logs into the ./logs/{name of your run you sepcified with --name}/ directory.
If you have tensorboard installed you can just run:
tensorboard --logdir=./logs/{name of your run} (assuming you are currently in the ViT-pytorch dir)

For more information on tensorboard with pytorch check out this tutorial by pytorch:

@seyeeet
Copy link
Author

seyeeet commented Jun 30, 2021

@lorenzwu thanks for trying to answer, but your answer is not correct.
As I mentioned I already very familiar with tb.
My question was how he shows his tb freely to everyone that easily.
The answer is via https://tensorboard.dev/#get-started

@seyeeet seyeeet closed this as completed Jun 30, 2021
@lorenzwu
Copy link

lorenzwu commented Jul 1, 2021

Oops. I'm sorry about that. Seems like I misunderstood the "how did you save tensorboard" part.
I didn't know you were talking about a link in the readme and not tensorboard as an application.

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