From 2959d8c7a3c6727e8915adeac0aae6d1e1698522 Mon Sep 17 00:00:00 2001 From: Adrian RC Date: Thu, 28 Mar 2024 01:28:57 +0000 Subject: [PATCH] Fixes documentation from projector plugin to run in standalone mode. The output file for the standalone version was changed from generating an `index.html` file to generating `standalone.html` file in #3933, but the README file was not updated with the new url. --- tensorboard/plugins/projector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorboard/plugins/projector/README.md b/tensorboard/plugins/projector/README.md index 1ee182dfbb..84b6699109 100644 --- a/tensorboard/plugins/projector/README.md +++ b/tensorboard/plugins/projector/README.md @@ -5,7 +5,7 @@ To develop the Embedding Projector, launch it in standalone mode: bazel run tensorboard/plugins/projector/vz_projector:standalone ``` -And open . The projector points to the local +And open . The projector points to the local `standalone_projector_config.json` file, which configures it with a set of public datasets (word2vec, mnist, iris) that are useful for development and are hosted on Google Cloud Storage.