myscience / retnet-pytorch

Implementation of Retention-Network in PyTorch
12 stars 1 forks source link

example of usage #1

Open thegodone opened 1 year ago

thegodone commented 1 year ago

Can you provide a example of usage ?

myscience commented 1 year ago

I have added a README with a basic usage example, however please note that this project is still in its infancy and I have yet to test it and it currently lacks critical features (ex: padding input sequence when using chunk-recurrent formulation).

thegodone commented 1 year ago

great thanks