SevennBackboneConfig

class franken.config.SevennBackboneConfig(path_or_id: str, interaction_block: int = 2, extract_after_act: bool = True, append_layers: bool = True)

Bases: BackboneConfig

append_layers: bool

Whether to take only the features from the last interaction layer, or to concatenate them all.

extract_after_act: bool

Whether features should be extracted before or after activations.

interaction_block: int

GNN layer out of which the features are extracted.