lucidrains / perceiver-pytorch

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

Add tests #23

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.

lucidrains commented 3 years ago

nah, it's fine