lucidrains / perceiver-pytorch

Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch
MIT License
1.1k stars 134 forks source link

Add Multi-Modality PerceiverIO #43

Closed jacobbieker closed 3 years ago

jacobbieker commented 3 years ago

Taken from https://github.com/openclimatefix/satflow/blob/main/satflow/models/perceiver.py

Allows giving different modalities, which the model then concatenates together. Essentially a wrapper around the PerceiverIO in this repo