Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neuron_explainer/models/autoencoder_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@dataclass(frozen=True)
class AutoencoderSpec:
"""Parameters used in the construction of an AutoencoderConfig object. Seperate so we don't need to validate when constructed"""
"""Parameters used in the construction of an AutoencoderConfig object. Separate so we don't need to validate when constructed"""

dst: DerivedScalarType
autoencoder_path_by_layer_index: dict[LayerIndex, str]
Expand Down