lucidrains / perceiver-pytorch

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

Colab notebook using perciever-pytorch #20

Open zitterbewegung opened 3 years ago

zitterbewegung commented 3 years ago

Hi, I am creating a google colab notebook associated with this. I haven't finished it yet. Would you like me to submit it for you to add to the repo?

See https://colab.research.google.com/drive/1TpY4VPDqeifnSXL9zCMlqEAyd0Na90Tt?usp=sharing

batrlatom commented 3 years ago

take a look at my notebook for inspiration.

https://colab.research.google.com/drive/1rCZWPpFlgPZC_sqiUtKRSf16rScJi0JW?usp=sharing

The perceiver is really great and fast

lucidrains commented 3 years ago

@zitterbewegung yes, do submit a PR, a notebook would be welcomed :)

zitterbewegung commented 3 years ago

Okay I will merge @batrlatom and my notebook and add some notes about what a perceiver is and add a citation.

zitterbewegung commented 3 years ago

Here it is https://github.com/lucidrains/perceiver-pytorch/pull/22#issue-607274826