Phil Wang

Results 225 repositories owned by Phil Wang

vit-pytorch

18.4k
Stars
2.8k
Forks
Watchers

Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch

DALLE2-pytorch

10.9k
Stars
1.1k
Forks
Watchers

Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch

mlp-mixer-pytorch

968
Stars
108
Forks
Watchers

An All-MLP solution for Vision, from Google AI

x-clip

660
Stars
46
Forks
Watchers

A concise but complete implementation of CLIP with various experimental improvements from recent papers

CoCa-pytorch

990
Stars
88
Forks
Watchers

Implementation of CoCa, Contrastive Captioners are Image-Text Foundation Models, in Pytorch

pixel-level-contrastive-learning

245
Stars
27
Forks
Watchers

Implementation of Pixel-level Contrastive Learning, proposed in the paper "Propagate Yourself", in Pytorch

flamingo-pytorch

1.2k
Stars
59
Forks
Watchers

Implementation of 🦩 Flamingo, state-of-the-art few-shot visual question answering attention net out of Deepmind, in Pytorch

lambda-networks

1.5k
Stars
158
Forks
Watchers

Implementation of LambdaNetworks, a new approach to image recognition that reaches SOTA with less compute

performer-pytorch

1.1k
Stars
142
Forks
Watchers

An implementation of Performer, a linear attention-based transformer, in Pytorch