Skip to content

Unable to get tensorboard reporting to find event file on windows 10 - help request #31

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

Closed
seattlefella opened this issue Sep 22, 2017 · 4 comments

Comments

@seattlefella
Copy link

I have been successful in executing the ppo notebook including importing a bytes file into unity and having it run both in the editor and in building a new standalone instance.

I am successful in having the tensorboard menu display at localhost:6060 but I am unable to get tensorboard to find my event files and to display results - on windows 10, Python3.

// this command from the help file causes an error
tensorboard -- logdir DIRECTORY_PATH --debug
// I can see event files in ./summaries and I have tried using the fully qualified both have localhost:6060 tell me that the files cannot be found.
tensorboard --logdir='./summaries'

@ASPePeX
Copy link
Contributor

ASPePeX commented Sep 22, 2017

Using tensorboard --logdir='./summaries' didn't work for me either, but tensorboard --logdir=summaries does. Not sure if Windows is bothered by the singlequotes or the ./, I stoped trying when it worked ;).

@seattlefella
Copy link
Author

Thank you that worked for me to.

@awjuliani
Copy link
Contributor

Thanks for pointing this out @ASPePeX, I'll amend the documentation to make this change.

@lock
Copy link

lock bot commented Jan 5, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants