Yung-Sung Chuang
Yung-Sung Chuang
Hi, Thanks for this good work! I am using Skip-LSTM on my experiment now. And it seems to work well. However, I am wondering how can this code deal with...
Hi, thank you for releasing your code! I ran the preprocessing code `preprocess.py` and meet a runtime error. ``` INFO:root:skip this step as /workspace/helo_word/data/conll2014 is NOT empty INFO:root:STEP 0-8. Download...
# What does this PR do? Fixes #29524 We add the support for a new decoding strategy proposed in a [recent paper](https://arxiv.org/abs/2309.03883) of ICLR 2024. The main revisions are in...
Thanks for your awesome VQ-VAE implementation! I read the code [here](https://github.com/MishaLaskin/vqvae/blob/d761a999e2267766400dc646d82d3ac3657771d4/models/quantizer.py#L55-L60), which is for getting quantized vectors: https://github.com/MishaLaskin/vqvae/blob/d761a999e2267766400dc646d82d3ac3657771d4/models/quantizer.py#L55-L60 I am wondering why don't you just use the forward function of...