recurrent-memory-transformer-pytorch VS block-recurrent-transformer-pytorch

Compare recurrent-memory-transformer-pytorch vs block-recurrent-transformer-pytorch and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
recurrent-memory-transformer-pytorch block-recurrent-transformer-pytorch
1 1
381 204
- -
7.4 5.0
3 months ago 10 months ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

recurrent-memory-transformer-pytorch

Posts with mentions or reviews of recurrent-memory-transformer-pytorch. We have used some of these posts to build our list of alternatives and similar projects.
  • The race is on
    1 project | /r/LocalLLaMA | 24 Apr 2023
    Of course, lucidrains already has an empty repo up. So that's worth keeping an eye on.

block-recurrent-transformer-pytorch

Posts with mentions or reviews of block-recurrent-transformer-pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.
  • From Deep to Long Learning
    6 projects | news.ycombinator.com | 9 Apr 2023
    that line of research is still going. https://github.com/lucidrains/block-recurrent-transformer-py... i think it is worth continuing research on both fronts.

What are some alternatives?

When comparing recurrent-memory-transformer-pytorch and block-recurrent-transformer-pytorch you can also consider the following projects:

musiclm-pytorch - Implementation of MusicLM, Google's new SOTA model for music generation using attention networks, in Pytorch

iris - Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.

muse-maskgit-pytorch - Implementation of Muse: Text-to-Image Generation via Masked Generative Transformers, in Pytorch

flash-attention-jax - Implementation of Flash Attention in Jax

block-recurrent-transformer-py

RWKV-LM - RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.

heinsen_routing - Reference implementation of "An Algorithm for Routing Vectors in Sequences" (Heinsen, 2022) and "An Algorithm for Routing Capsules in All Domains" (Heinsen, 2019), for composing deep neural networks.

PaLM-rlhf-pytorch - Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM