Skip to content

Protein Adapters¤

Module: benchmarks.model_adapters.protein_adapters

Source: benchmarks/model_adapters/protein_adapters.py

Overview¤

Model adapters for protein generative models.

This module provides adapters for protein-specific model types to be used with the benchmark system. These adapters implement the ModelProtocol interface and leverage the base NNXModelAdapter functionality.

Classes¤

ProteinPointCloudAdapter¤

class ProteinPointCloudAdapter

Functions¤

can_adapt¤

def can_adapt()

predict¤

def predict()

sample¤

def sample()

Module Statistics¤

  • Classes: 1
  • Functions: 3
  • Imports: 6