lucidrains

lucidrains

👤 Developer

159 repositories on SrcLog

View on GitHub
159 Repos
156.6k Stars
16k Forks
156.6k Watchers

Repositories (159)

local-attention lucidrains/local-attention Python

An implementation of local windowed attention for language modeling

423
slot-attention lucidrains/slot-attention Python

Implementation of Slot Attention from GoogleAI

412
classifier-free-guidance-pytorch lucidrains/classifier-free-guidance-pytorch Python

Implementation of Classifier Free Guidance in Pytorch, with emphasis on text conditioning, and flexibility to include multiple text embedding models

411
recurrent-memory-transformer-pytorch lucidrains/recurrent-memory-transformer-pytorch Python

Implementation of Recurrent Memory Transformer, Neurips 2022 paper, in Pytorch

408
robotic-transformer-pytorch lucidrains/robotic-transformer-pytorch Python

Implementation of RT1 (Robotic Transformer) in Pytorch

403
conformer lucidrains/conformer Python

Implementation of the convolutional module from the Conformer paper, for use in Transformers

388
axial-attention lucidrains/axial-attention Python

Implementation of Axial attention - attending to multi-dimensional data efficiently

371
memory-efficient-attention-pytorch lucidrains/memory-efficient-attention-pytorch Python

Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"

370
q-transformer lucidrains/q-transformer Python

Implementation of Q-Transformer, Scalable Offline Reinforcement Learning via Autoregressive Q-Functions, out of Google Deepmind

365
FLASH-pytorch lucidrains/FLASH-pytorch Python

Implementation of the Transformer variant proposed in "Transformer Quality in Linear Time"

359
autoregressive-diffusion-pytorch lucidrains/autoregressive-diffusion-pytorch Python

Implementation of Autoregressive Diffusion in Pytorch

358
segformer-pytorch lucidrains/segformer-pytorch Python

Implementation of Segformer, Attention + MLP neural network for segmentation, in Pytorch

354
pi-zero-pytorch lucidrains/pi-zero-pytorch Python

Implementation of π₀, the robotic foundation model architecture proposed by Physical Intelligence

349
bit-diffusion lucidrains/bit-diffusion Python

Implementation of Bit Diffusion, Hinton's group's attempt at discrete denoising diffusion, in Pytorch

342
deformable-attention lucidrains/deformable-attention Python

Implementation of Deformable Attention in Pytorch from the paper "Vision Transformer with Deformable Attention"

321
st-moe-pytorch lucidrains/st-moe-pytorch Python

Implementation of ST-Moe, the latest incarnation of MoE after years of research at Brain, in Pytorch

314
mmdit lucidrains/mmdit Python

Implementation of a single layer of the MMDiT, proposed in Stable Diffusion 3, in Pytorch

313
medical-chatgpt lucidrains/medical-chatgpt Python

Implementation of ChatGPT, but tailored towards primary care medicine, with the reward being able to collect patient histories in a thorough and efficient manner and come up with a reasonable differential diagnosis

313
transformer-in-transformer lucidrains/transformer-in-transformer Python

Implementation of Transformer in Transformer, pixel level attention paired with patch level attention for image classification, in Pytorch

305
routing-transformer lucidrains/routing-transformer Python

Fully featured implementation of Routing Transformer

289
minGRU-pytorch lucidrains/minGRU-pytorch Python

Implementation of the proposed minGRU in Pytorch

281
se3-transformer-pytorch lucidrains/se3-transformer-pytorch Python

Implementation of SE3-Transformers for Equivariant Self-Attention, in Pytorch. This specific repository is geared towards integration with eventual Alphafold2 replication.

277
x-unet lucidrains/x-unet Python

Implementation of a U-net complete with efficient attention as well as the latest research findings

274
nGPT-pytorch lucidrains/nGPT-pytorch Python

Quick implementation of nGPT, learning entirely on the hypersphere, from NvidiaAI

273
linformer lucidrains/linformer Python

Implementation of Linformer for Pytorch

270
lumiere-pytorch lucidrains/lumiere-pytorch Python

Implementation of Lumiere, SOTA text-to-video generation from Google Deepmind, in Pytorch

269
spear-tts-pytorch lucidrains/spear-tts-pytorch Python

Implementation of Spear-TTS - multi-speaker text-to-speech attention network, in Pytorch

267
soft-moe-pytorch lucidrains/soft-moe-pytorch Python

Implementation of Soft MoE, proposed by Brain's Vision team, in Pytorch

265
equiformer-pytorch lucidrains/equiformer-pytorch Python

Implementation of the Equiformer, SE3/E3 equivariant attention network that reaches new SOTA, and adopted for use by EquiFold for protein folding

260
triton-transformer lucidrains/triton-transformer Python

Implementation of a Transformer, but completely in Triton

259