TensorBoard Embedding Example?

后端 未结 7 884
谎友^
谎友^ 2020-12-24 02:55

I\'m looking for a tensorboard embedding example, with iris data for example like the embedding projector http://projector.tensorflow.org/

But unfortunately i couldn

7条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-24 03:20

    An issue has been raised in the TensorFlow to GitHub repository: No real code example for using the tensorboard embedding tab #6322 (mirror).

    It contains some interesting pointers.


    If interested, some code that uses TensorBoard embeddings to display character and word embeddings: https://github.com/Franck-Dernoncourt/NeuroNER

    Example:

    FYI: How can I select which checkpoint to view in TensorBoard's embeddings tab?

提交回复
热议问题