prxteinmpnn.mpnn#
Core module for the PrxteinMPNN model.
prxteinmpnn.mpnn
- prxteinmpnn.mpnn.get_mpnn_model(model_version='v_48_020.pkl', model_weights='original')[source]#
Create a ProteinMPNN model with specified configuration and weights.
- Parameters:
- Return type:
PyTree- Returns:
A PyTree containing the model parameters.
- Raises:
FileNotFoundError – If the model file does not exist.
Example
>>> params = get_mpnn_model()