lucidrains / perceiver-pytorch

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

Can someone provide a small demo for training the perceiver on audio data ? #34

Open nikhilbyte opened 3 years ago

nikhilbyte commented 3 years ago

I have around 10k audio samples in ogg format and would like to try this model on it. Thanks!