normalized_activation: scaler()

in sae-viewer/src/types.ts [100:106]


      normalized_activation: scaler(activation),
  }))))
}

export type Color = {r: number, g: number, b: number};
export function interpolateColor(color_l: Color, color_r: Color, value: number) {
  const color = {