BrianPulfer / vision-retention-networks

Unofficial reimplementation of ViR: Vision Retention Networks by Hatamizadeh et. al. (https://arxiv.org/abs/2310.19731)
Apache License 2.0
18 stars 1 forks source link

Chunkwise #1

Closed BrianPulfer closed 1 year ago

BrianPulfer commented 1 year ago

Currently, both recurrent and parallel implementations of ViR are working. However, the chunk-wise recurrent implementation is missing.