src.main module
Main entry point for the NaCoSAE pipeline.
This module orchestrates the neuron concept attribution pipeline, which explains the behavior of individual neurons by generating and refining concept descriptions using language and image generation models.
- src.main.main(argv)[source]
Run the neuron concept attribution pipeline.
Initializes all configuration objects, creates the explanation pipeline, and runs it for the specified number of iterations to generate and refine concept descriptions for a target neuron.
- Parameters:
argv – Command-line arguments (provided by absl).