Skip to content

Releases: kengz/torcharc

Release 1.1.0

14 Nov 05:45
6da8ff1
Compare
Choose a tag to compare

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)

Release 1.0.0

26 Jun 23:38
1853726
Compare
Choose a tag to compare

1.0.0 (2021-06-26)

Features

  • dict: replace TensorTuple with tensor dict (1634428)

BREAKING CHANGES

  • dict: TensorTuple is replaced with dict of tensors