Computes the spatial distribution of latent space activations per input for population exploration heatmaps.
Common Run Issues:
Visualizers calculation mostly fail due to these reasons:
A recent unvalidated change was made to the connected integration script. Please Validate assets.
A valid response, but non-intended visualization was returned (i.e. wrong normalization, colors, etc.). Please make sure to use an integration test to verify visualization works as expected on your local environment
OOM in visualization, please adjust the limits in the settings page.
Missing heatmaps: make sure the visualizer function does not reshape its input (i.e. input and output spatial dimensions are the same). If it does, you might need to supply a custom heatmap function that reshapes the heatmap in the same way.