Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.15k stars 250 forks source link

Embeddings TSV output #86

Closed NicholasMcCarthy closed 5 years ago

NicholasMcCarthy commented 5 years ago

The embeddings projector found here: https://projector.tensorflow.org

can take a TSV file of embeddings as input.

We should implement TSV output so that users can upload to this service to visualize, rather than running tensorboard locally.

NicholasMcCarthy commented 5 years ago

Implemented in feature/86 branch, closing.

lukostaz commented 5 years ago

@NicholasMcCarthy I will merge create_tensorboard_projector_files() and create_tensorboard_visualizations() in a single API, to make things simpler.

lukostaz commented 5 years ago

Fixed in 7efea08. Closing.