Phil Wang

Results 225 repositories owned by Phil Wang

esbn-transformer

15
Stars
1
Forks
Watchers

An attempt to merge ESBN with Transformers, to endow Transformers with the ability to emergently bind symbols

gateloop-transformer

83
Stars
6
Forks
Watchers

Implementation of GateLoop Transformer in Pytorch and Jax

lumiere-pytorch

216
Stars
7
Forks
Watchers

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

metaformer-gpt

23
Stars
3
Forks
Watchers

Implementation of Metaformer, but in an autoregressive manner

SAC-pytorch

27
Stars
1
Forks
Watchers

Implementation of Soft Actor Critic and some of its improvements in Pytorch

triangle-multiplicative-module

30
Stars
2
Forks
Watchers

Implementation of the Triangle Multiplicative module, used in Alphafold2 as an efficient way to mix rows or columns of a 2d feature map, as a standalone package for Pytorch

neural-plexer-pytorch

48
Stars
3
Forks
Watchers

Implementation of Nvidia's NeuralPlexer, for end-to-end differentiable design of functional small-molecules and ligand-binding proteins, in Pytorch

ring-attention-pytorch

380
Stars
22
Forks
Watchers

Implementation of 💍 Ring Attention, from Liu et al. at Berkeley AI, in Pytorch

quartic-transformer

40
Stars
0
Forks
Watchers

Exploring an idea where one forgets about efficiency and carries out attention across each edge of the nodes (tokens)

gradnorm-pytorch

71
Stars
3
Forks
Watchers

A practical implementation of GradNorm, Gradient Normalization for Adaptive Loss Balancing, in Pytorch