The Wayback Machine - https://web.archive.org/web/20210326212127/https://github.com/lucidrains
Skip to content
Avatar
💭
walk?
💭
walk?

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Reformer, the efficient Transformer, in Pytorch

    Python 1.4k 184

  2. Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement

    Python 1.9k 317

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

    Python 3.1k 324

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

    Python 1.4k 148

  5. Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch

    Python 2.5k 197

  6. To eventually become an unofficial Pytorch implementation / replication of Alphafold2, as details of the architecture get released

    Python 308 45

3,806 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

March 2021

Created 8 repositories

Created a pull request in tensorflow/mesh that received 2 comments

add scale norm

Add scale norm from https://arxiv.org/abs/1910.05895 (which is purportedly better and simpler than RMSNorm) for testing This is response to the paper

+25 −0 2 comments
Opened 6 other pull requests in 4 repositories
lucidrains/alphafold2
2 closed 1 merged
lucidrains/perceiver-pytorch
1 merged
lucidrains/DALLE-pytorch
1 merged
lucidrains/mlm-pytorch
1 merged
Reviewed 4 pull requests in 4 repositories
lucidrains/DALLE-pytorch 1 pull request
tensorflow/mesh 1 pull request
lucidrains/egnn-pytorch 1 pull request
lucidrains/geometric-vector-perceptron 1 pull request

Created an issue in openai/CLIP that received 4 comments

pip installable package

Hi and thanks for the great model :) I was wondering if you would be open to publishing this to PyPI, as you have done for gym and dall_e. It would…

4 comments
Opened 1 other issue in 1 repository
CompVis/taming-transformers
1 closed