Closed jacobbieker closed 3 years ago
Matches the paper closer, based off https://github.com/lucidrains/perceiver-pytorch/issues/52
Apparently the JAX implementation uses linearly spaced Fourier Features, see https://github.com/lucidrains/perceiver-pytorch/issues/52 so this just updates our implementation to do the same
Fixes #
Unit tests
Matches the paper closer, based off https://github.com/lucidrains/perceiver-pytorch/issues/52
Pull Request
Description
Apparently the JAX implementation uses linearly spaced Fourier Features, see https://github.com/lucidrains/perceiver-pytorch/issues/52 so this just updates our implementation to do the same
Fixes #
How Has This Been Tested?
Unit tests
Checklist: