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
How the querying interaction works for scalar_global_heatmap (i.e. click on a patch in the heatmap and see the exp_hist for that step/layer/tensor type), it gets the query parameters from the axis tick labels.
However if the value for inc is set too small and matplotlib hides some tick markers (i.e. only displays major tick labels) this breaks the querying process. It can result in an out of range error or the wrong parameters being inserted into the query.
How the querying interaction works for
scalar_global_heatmap
(i.e. click on a patch in the heatmap and see theexp_hist
for that step/layer/tensor type), it gets the query parameters from the axis tick labels.However if the value for
inc
is set too small andmatplotlib
hides some tick markers (i.e. only displays major tick labels) this breaks the querying process. It can result in an out of range error or the wrong parameters being inserted into the query.Perhaps need to redesign how this occurs.
The text was updated successfully, but these errors were encountered: