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
Right now the visualizer accepts a variant tuple as an input, but that causes the visualizer to regenerate the encoding just to visualize. This is not ideal because it takes more time and the variant tuple is not always accessible. It's better if the visualizer is able to accept the encoded tensor as an input and directly visualize that.
The text was updated successfully, but these errors were encountered:
Right now the visualizer accepts a
variant
tuple as an input, but that causes the visualizer to regenerate the encoding just to visualize. This is not ideal because it takes more time and the variant tuple is not always accessible. It's better if the visualizer is able to accept the encoded tensor as an input and directly visualize that.The text was updated successfully, but these errors were encountered: