Skip to content

Commit

Permalink
DiffAbXL
Browse files Browse the repository at this point in the history
  • Loading branch information
talipucar committed Oct 12, 2024
1 parent da4b83b commit fb06487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, config):
self.residue_emb = ResidueEmbedding(residue_dim, num_atoms, max_aa_types=config['max_aa_types'], max_chain_types=10)
self.pair_emb = PairEmbedding(pair_dim, num_atoms, max_aa_types=config['max_aa_types'], max_relpos=32)

# Diffusion model and mask tokens
# Diffusion model
self.diffusion = Diffusion(self.config)

def forward(self, batch):
Expand Down

0 comments on commit fb06487

Please sign in to comment.