diff --git a/get_started/embedding_viz.md b/get_started/embedding_viz.md index 6404249..9282da9 100644 --- a/get_started/embedding_viz.md +++ b/get_started/embedding_viz.md @@ -39,7 +39,7 @@ labels/images to the data points. You can do this by generating a [metadata file](#metadata) containing the labels for each point and configuring the projector either by using our Python API, or manually constructing and saving a -[projector_config.pbtxt](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/tensorboard/plugins/projector/projector_config.proto) +[projector_config.pbtxt](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/projector/projector_config.proto) in the same directory as your checkpoint file. ## Setup @@ -68,7 +68,7 @@ saver.save(session, os.path.join(LOG_DIR, "model.ckpt"), step) If you have any metadata (labels, images) associated with your embedding, you can tell TensorBoard about it either by directly storing a -[projector_config.pbtxt](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/tensorboard/plugins/projector/projector_config.proto) +[projector_config.pbtxt](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/plugins/projector/projector_config.proto) in the LOG_DIR, or use our python API. For instance, the following projector_config.ptxt associates the