You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
Currently there are only scalar and histogram methods. It would be AWESOME to have embedding methods, as that let's people like me who use PyTorch for unsupervised learning make use of Crayon.
If you think about it, Embedding is the most powerful tool on Tensorboard. Histograms and running averages (scalars) aren't hard to implement. PCA/TSNE interactively are not super easy.
Would be happy to work with other devs on adding embedding functionality if anyone's up! Any leads on how I should approach?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there are only scalar and histogram methods. It would be AWESOME to have embedding methods, as that let's people like me who use PyTorch for unsupervised learning make use of Crayon.
If you think about it, Embedding is the most powerful tool on Tensorboard. Histograms and running averages (scalars) aren't hard to implement. PCA/TSNE interactively are not super easy.
Would be happy to work with other devs on adding embedding functionality if anyone's up! Any leads on how I should approach?
The text was updated successfully, but these errors were encountered: