Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 10:55
· 4 commits to main since this release
47ffa01

InvariantPointAttention v0.1.0

  • Export IPCrossA and IPCrossAStructureModuleLayer layers.
  • Export IPA and IPAStructureModuleLayer layers, a special case of cross-attention, where the frames of the keys are the same as for the queries.
  • Export BackboneUpdate layer.
  • Export right_to_left_mask and left_to_right_mask functions.
  • Export virtual_residues function.
  • Export softmax1 function.

Merged pull requests:

Closed issues:

  • Squared norm (#4)
  • Pairwise difference (#5)
  • Scaling constant (#6)
  • Attentions over the left argument? (#7)
  • Quaternion to rotation matrix function (#17)