Releases: lucidrains/perceiver-pytorch
Releases · lucidrains/perceiver-pytorch
0.1.2
0.1.2
0.1.1
still use layernorm for context (input)
0.1.0
Merge pull request #6 from lucidrains/pw/customizable-max-freq add ability to set max frequency of fourier encoding
0.0.9
geglu
0.0.8
switch to scale norm
0.0.7
fourier encode positions and concat to channels
0.0.6
account for multiple channels in input
0.0.5
fix __init__
0.0.4
add learned pos emb
0.0.3
take care of masking, if data requires it