[go: nahoru, domu]

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

Projector plugin standalone mode Installation fails #6795

Closed
Hunterlige opened this issue Mar 17, 2024 · 1 comment
Closed

Projector plugin standalone mode Installation fails #6795

Hunterlige opened this issue Mar 17, 2024 · 1 comment

Comments

@Hunterlige
Copy link

Following the instruction in https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/projector/README.md

I successfully build the vz_projector:standalone target. But the WebfilesServer is completely empty with connection errors. No index.html is generated.

Environment information (required)

version df7af2c6fc0e4c4a5b47aeae078bc7ad95777ffa

Steps to reproduce (required)

bazel run tensorboard/plugins/projector/vz_projector:standalone
INFO: Analyzed target //tensorboard/plugins/projector/vz_projector:standalone (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
Target //tensorboard/plugins/projector/vz_projector:standalone up-to-date:
  bazel-bin/tensorboard/plugins/projector/vz_projector/standalone_bundle.js
  bazel-bin/tensorboard/plugins/projector/vz_projector/standalone-webfiles.ignoreme
INFO: Elapsed time: 0.156s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/tensorboard/plugins/projector/vz_projector/standalone
Mar 17, 2024 2:09:32 PM io.bazel.rules.closure.webfiles.server.Metadata$Loader loadMetadataIntoObjectGraph
INFO: Loaded build graph in 37ms
Mar 17, 2024 2:09:32 PM io.bazel.rules.closure.webfiles.server.WebfilesServer runForever
INFO:
Closure Rules WebfilesServer
Listening on: http://localhost:6006/

Opening http://localhost:6006/ fails.

@Hunterlige Hunterlige changed the title Projector plugin Installation Projector plugin standalone mode Installation fails Mar 17, 2024
@arcra
Copy link
Member
arcra commented Mar 28, 2024

Ah, it looks like the url you need to open is http://localhost:6006/standalone.html.

Looks like this was changed in #3933. I'll update the url in our documentation.

arcra added a commit that referenced this issue Mar 28, 2024
…mode. (#6813)

The output file for the standalone version was changed from generating
an `index.html` file to generating a `standalone.html` file in #3933,
but the README file was not updated with the new url.

Reported in #6795.
@arcra arcra closed this as completed Mar 28, 2024
AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this issue May 3, 2024
…mode. (tensorflow#6813)

The output file for the standalone version was changed from generating
an `index.html` file to generating a `standalone.html` file in tensorflow#3933,
but the README file was not updated with the new url.

Reported in tensorflow#6795.
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