Skip to content

Commit facb08a

Browse files
committed
credit assignment
1 parent 108eefa commit facb08a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ This repository should also automatically synchronizing the codebooks in a multi
265265

266266
[This](https://arxiv.org/abs/2309.15505) work out of Google Deepmind aims to vastly simplify the way vector quantization is done for generative modeling, removing the need for commitment losses, EMA updating of the codebook, as well as tackle the issues with codebook collapse or insufficient utilization. They simply round each scalar into discrete levels with straight through gradients; the codes become uniform points in a hypercube.
267267

268+
Thanks goes out to [@sekstini](https://github.com/sekstini) for porting over this implementation in record time!
268269

269270
```python
270271
import torch

0 commit comments

Comments
 (0)