lucidrains

lucidrains

👤 Developer

160 repositories on SrcLog

View on GitHub
160 Repos
168.7k Stars
17k Forks
11.3k Watchers

Repositories (160)

e2-tts-pytorch lucidrains/e2-tts-pytorch Python

Implementation of E2-TTS, "Embarrassingly Easy Fully Non-Autoregressive Zero-Shot TTS", in Pytorch

516
siren-pytorch lucidrains/siren-pytorch Python

Pytorch implementation of SIREN - Implicit Neural Representations with Periodic Activation Function

512
local-attention lucidrains/local-attention Python

An implementation of local windowed attention for language modeling

503
slot-attention lucidrains/slot-attention Python

Implementation of Slot Attention from GoogleAI

496
rectified-flow-pytorch lucidrains/rectified-flow-pytorch Python

Implementation of rectified flow and some of its followup research / improvements in Pytorch

479
robotic-transformer-pytorch lucidrains/robotic-transformer-pytorch Python

Implementation of RT1 (Robotic Transformer) in Pytorch

454
conformer lucidrains/conformer Python

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

438
autoregressive-diffusion-pytorch lucidrains/autoregressive-diffusion-pytorch Python

Implementation of Autoregressive Diffusion in Pytorch

438
g-mlp-pytorch lucidrains/g-mlp-pytorch Python

Implementation of gMLP, an all-MLP replacement for Transformers, in Pytorch

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

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

424
q-transformer lucidrains/q-transformer Python

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

406
axial-attention lucidrains/axial-attention Python

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

396
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"

394
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

387
segformer-pytorch lucidrains/segformer-pytorch Python

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

372
FLASH-pytorch lucidrains/FLASH-pytorch Python

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

372
deformable-attention lucidrains/deformable-attention Python

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

368
bit-diffusion lucidrains/bit-diffusion Python

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

357
soft-moe-pytorch lucidrains/soft-moe-pytorch Python

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

348
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.

332
minGRU-pytorch lucidrains/minGRU-pytorch Python

Implementation of the proposed minGRU in Pytorch

325
clinical-calculator-tooluse lucidrains/clinical-calculator-tooluse Python

Explorations into training LLMs to use clinical calculators from patient history, using open sourced models. Will start with Wells' Criteria

316
linformer lucidrains/linformer Python

Implementation of Linformer for Pytorch

307
speculative-decoding lucidrains/speculative-decoding Python

Explorations into some recent techniques surrounding speculative decoding

307
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

306
routing-transformer lucidrains/routing-transformer Python

Fully featured implementation of Routing Transformer

300
nGPT-pytorch lucidrains/nGPT-pytorch Python

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

300
x-unet lucidrains/x-unet Python

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

294
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

290
lumiere-pytorch lucidrains/lumiere-pytorch Python

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

282