Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AlphaFold losses #15

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

AlphaFold losses #15

wants to merge 13 commits into from

Conversation

0x00b1
Copy link
Collaborator

@0x00b1 0x00b1 commented Apr 29, 2024

Changes

Adds the following PyTorch modules:

  • beignet.nn.AlphaFoldLoss
  • beignet.nn.AngleNormLoss
  • beignet.nn.BondAngleViolationLoss
  • beignet.nn.BondLengthViolationLoss
  • beignet.nn.ClashLoss
  • beignet.nn.DistogramLoss
  • beignet.nn.ExperimentallyResolvedLoss
  • beignet.nn.FrameAlignedPointError
  • beignet.nn.MaskedMultipleSequenceAlignmentLoss
  • beignet.nn.PerResidueLocalDistanceDifferenceTest
  • beignet.nn.TemplateModelingScore
  • beignet.nn.TorsionAngleLoss
  • beignet.nn.ViolationLoss

Adds the following PyTorch functions:

  • beignet.nn.functional.alphafold_loss
  • beignet.nn.functional.angle_norm_loss
  • beignet.nn.functional.bond_angle_violation_loss
  • beignet.nn.functional.bond_length_violation_loss
  • beignet.nn.functional.clash_loss
  • beignet.nn.functional.distogram_loss
  • beignet.nn.functional.experimentally_resolved_loss
  • beignet.nn.functional.frame_aligned_point_error
  • beignet.nn.functional.masked_multiple_sequence_alignment_loss
  • beignet.nn.functional.per_residue_local_distance_difference_test
  • beignet.nn.functional.template_modeling_score
  • beignet.nn.functional.torsion_angle_loss
  • beignet.nn.functional.violation_loss

@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 29, 2024 20:43 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 30, 2024 15:39 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 30, 2024 18:56 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 30, 2024 19:16 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org May 1, 2024 14:06 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org May 1, 2024 15:36 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org May 1, 2024 19:55 — with GitHub Actions Inactive
@0x00b1 0x00b1 temporarily deployed to test.pypi.org May 1, 2024 20:39 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant