Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 05:45
6da8ff1

1.1.0 (2021-11-14)

Features

  • attention: build attention layers (cc0c620)
  • attention: implement attention class (de54355)
  • attention: implement self and cross attention (5070b0e)
  • perceiver: add FourierPreprocessor for N-dim spatial data (48b15c0)
  • perceiver: add perceiver to torcharc (df8c191)
  • perceiver: build perceiver faithful to deepmind's architecture (36c331e)
  • perceiver: implement perceiver encoder (04fd598)
  • perceiver: implement PerceiverDecoder (922afc2)