-
Notifications
You must be signed in to change notification settings - Fork 151
Tnesorboard needs to have slash (/) on the end of URL #41
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
Comments
Might be fixed with #38 Will try and report here. |
Do you have a repo that is setup with TensorBoard and works on mybinder.org? That would make it easier to debug. Apriori I can't think of a reason why it shouldn't work. |
The PR does not fix it.
On binder, I got a 404 error. Bu locally the Tensorboard UI load and then stop (probably because of some 404 errors, see the screenshots for details). |
As far as I can tell from your repo you don't activate the notebook server extension. The last bit of the README after the bit about using conda to install stuff. |
My bad I forgot the enable the extension. I tried to add the |
My bad again |
If I launch your binder and then visit https://hub.mybinder.org/user/hadim-binder-test-/proxy/6006 I see the output of tensorboard. I think this means it works? Should we close this issue? |
Yes, Tensoboard interface shows up but if you open your browser console, you'll see a lot of 404 errors. I think Tensorboard is using WebSocket or something else to communicate with the server and retrieve info. To better illustrate the issue have added a notebook to the repo called If you execute the notebook and then launch Without the proxy and locally I see TF scalar values and the TF graph: |
Thanks for the instructions. When I run it and look at the network requests being made I see lots of requests to If you manually try out |
Thank you @betatim. I think you got the cause of the issue correctly. Unfortunately after trying a bunch of I'll open an issue on the TB repo. Thanks for the help. |
Easy fix: add a trailing slash at the end of the URL. |
"Easy" :) Only took two people several hours to work out :-/ Thanks for making the examples for reproducing this and for figuring it out in the end! I updated the title to try and make it so others with similar problems will find it, not just tensorboard users. |
The plugin does not seem to work with Tensorboard.
Can you confirm ?
The text was updated successfully, but these errors were encountered: