features#
Feature extraction module for PrxteinMPNN.
This module contains the ProteinFeatures class that extracts and projects features from raw protein coordinates.
- class prxteinmpnn.model.features.ProteinFeatures(node_features, edge_features, k_neighbors, *, key)[source]#
Bases:
ModuleExtracts and projects features from raw protein coordinates.
This module encapsulates k-NN, RBF, positional encodings, and edge projections. Note: W_e projection is NOT here - it’s in the main model (matches ColabDesign).
-
w_pos:
Linear#
-
w_e:
Linear#
-
norm_edges:
LayerNorm#
-
w_e_proj:
Linear#
-
w_pos: