Skip to content

Incorporate add_embedding into SummaryWriter #5

@Stonesjtu

Description

@Stonesjtu

Some advantages to implement it in SummaryWriter:

  • More general and uniform APIs to use.
  • Manage all the embeddings under one dir: runs/XXX (currently the embedding must be written into separate directories.
  • Don't have to run different tensorboard instances for embedding visualization and other summary info

And in your README.txt, the add_embedding is under SummaryWriter part.

If the original tensorboard don't have such mechanism, we can wrap the SummaryWriter and add_embedding into brand new unified APIs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions