Skip to content

Commit

Permalink
appreciation section
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 17, 2022
1 parent 225f304 commit b9099e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The gist of the paper comes down to, take a SOTA text-to-image model (here they

<a href="https://www.youtube.com/watch?v=AcvmyqGgMh8">AI Coffee Break explanation</a>

## Appreciation

- <a href="https://stability.ai/">Stability.ai</a> for the generous sponsorship to work on cutting edge artificial intelligence research

- <a href="https://github.com/arogozhnikov">Alex</a> for <a href="https://github.com/arogozhnikov/einops">einops</a>, an abstraction that is simply genius. No other word for it.

## Install

```bash
Expand Down Expand Up @@ -103,3 +109,13 @@ attn_out = attn(video, attend_across_time = False) # (1, 256, 8, 16, 16)
url = {https://makeavideo.studio/Make-A-Video.pdf}
}
```

```bibtex
@inproceedings{rogozhnikov2022einops,
title = {Einops: Clear and Reliable Tensor Manipulations with Einstein-like Notation},
author = {Alex Rogozhnikov},
booktitle = {International Conference on Learning Representations},
year = {2022},
url = {https://openreview.net/forum?id=oapKSVM2bcj}
}
```

0 comments on commit b9099e7

Please sign in to comment.