fac2003 / perceiver-multi-modality-pytorch

Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch
MIT License
37 stars 4 forks source link

Multi modality perceiver to accept video image audio in the same batch. #1

Closed fac2003 closed 3 years ago

fac2003 commented 3 years ago

Add a simple test to verify that model parameters are updated by an optimization step. This test would detect if some parameters were declared in the pytorch module and not used during optimization.