Projector: default compute PCA issue #1204
Labels
plugin:projector
stat:contributions welcome
theme:performance
Performance, scalability, large data sizes, slowness, etc.
theme:ui-polish
Features or fixes that make core UI more pleasant.
When clicking on the projector tab, tensorboard starts loading tensor values and computes the PCA.
The problem is that if the tensor is very large (e.g. large embeddings), default computing the PCA will take super long time, and you can do nothing but wait a few minutes at least.
I believe this is flaw for the default logic, a better option would be to let the user decide whether to compute the PCA(T-SNE, etc), for example, a button saying visualize.
The text was updated successfully, but these errors were encountered: