Skip to content

Protein Model Adapters¤

Module: benchmarks.protein_model_adapters

Source: benchmarks/protein_model_adapters.py

Overview¤

Model adapters for protein models in the workshop benchmarking system.

This module provides adapters for protein models to work with the benchmark metrics, particularly the precision-recall benchmarks. All adapters follow the NNX requirements outlined in the critical technical guidelines.

Classes¤

ProteinPointCloudAdapter¤

class ProteinPointCloudAdapter

Functions¤

init¤

def __init__()

can_adapt¤

def can_adapt()

predict¤

def predict()

sample¤

def sample()

Module Statistics¤

  • Classes: 1
  • Functions: 4
  • Imports: 6