Releases: kengz/torcharc
Releases · kengz/torcharc
Release 1.1.0
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)