-
Notifications
You must be signed in to change notification settings - Fork 79
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
Visualize data #6
Comments
Hi, |
Hello again, Thank you very much for the response, |
What happens when you try to run: tensorboard --logdir=log/ ? |
i get
and when i open the link tensorboard cannot locate the logs |
Seems to be realted to this issue: tensorflow/tensorboard#1111 After reading the disucssion, my best guess would be to update tensorboard to the newest version. My second best guess would be to make sure that the tensorboard-log files are produced with the same version of tensorboard that you try to view them with. Other than that I am not sure what might be the problem. Good luck, and thanks for getting in touch. |
Thanks! |
I have same issue, but I have tensorboard 1.13.0 version. I feel like I am doing something wrong, where the log files should be exported? because I dont see any log folder in the directory |
They should be created within the log-directory. |
I get below output when I Ctrl + C, is this expected? |
Update
|
Hello,
While trying to visualize the Test logs i ran : tensorboard --logdir=log/* (i mean for every possible subfolder) since the tensorboard --outditr=log didn't work.
But even though there are logs in the log/train and the log/test folder tensorboard does not seem to be able to see them! ( i use tensorboard 1.5.1)
Any thoughts?
Thanks in advance
--Dimitris
The text was updated successfully, but these errors were encountered: