lucidrains / perceiver-pytorch

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

What should I change if I want to use data with input size 720*184 #54

Open Oussamab21 opened 2 years ago

Oussamab21 commented 2 years ago

thanks for sharing this code, I was wondering what should I change if I want to be able to use data that can be converted into images with an input size of 720*184? thanks in advance