question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors when serving tensorboard from subdirectory

See original GitHub issue

In my case tensorboard is served in a subdirectory: http://hostname/tensorboard/. Profile plugin fails to load bundle.js: GET https://hostname/data/plugin/profile/bundle.js net::ERR_ABORTED 404 (Not Found) showuld be https://hostname/tensorboard/data/plugin/profile/bundle.js.

When fixing base url of the plugin index html, new error comes from bundle.js: GET https://hostname/tensorboard/data/plugin/profile/tools 404 (Not Found)

Is it something that can be fixed easily? Or is it Tensorboards plugin system and not the Profiler plugin itself?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

2reactions
ydkocommented, Jun 8, 2020
0reactions
yegortokmakovcommented, Jun 10, 2020

it works! thanks a lot @ydko

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I set up Tensorboard with an arbitrary number of runs?
I have a base folder with multiple runs for Tensorboard inside subfolders, and no bare files in the root folder itself
Read more >
How to serve a model with TensorFlow - Cnvrg.io
This error indicates that you didn't save the model in a sub-folder that informs TensorFlow Serving of the model version. The solution is...
Read more >
Get started with TensorBoard - TensorFlow
Start TensorBoard through the command line or within a notebook experience. The two interfaces are generally the same.
Read more >
Tutorials - tensorboardX documentation - Read the Docs
Google's tensorflow's tensorboard is a web server to serve visualizations of the training progress of a neural network, it visualizes scalar values, images, ......
Read more >
Troubleshooting | Data Version Control - DVC
Error : No data found to visualize ... If you have connected to a non-DVC repository, then you need to specify custom files...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found