-
Dear Deepmind group,
Thank you for offering this nice repository, it is very helpful.
Would you mind sharing with us the pretrained models for vq-vae-2 (https://arxiv.org/abs/1906.00446), especi…
-
I am trying to quantize an image into a tensor of indices, then decode from it, but I am getting float latents.
My full code:
```py
from huggingface_hub import hf_hub_download
from diffusers import V…
-
Hello ESM team,
Thank you for releasing the ESM3 code! I have a question regarding the training protocol you have described for the VQ-VAE model.
In the paper, you describe a two-stage training …
-
Traceback (most recent call last):
File "D:\Umer\updated_code\Crimsniffer\difffacesketch2023-master\test_sketchdiff_ddim.py", line 159, in
main()
File "D:\Umer\updated_code\Crimsniffer\dif…
-
Hello, I'm wondering which vq-vae model you are using. Is it vq-vae-1? or 2
Thanks in advance
-
```python
class PastNetModel(nn.Module):
def __init__(self,
args,
shape_in,
hid_T=256,
N_T=8,
incep_…
-
Thanks a lot for this repo!
quick question: once i train on your image set - can i somehow then use the model to estimate the probability that a new image is from the same distribution of the trainin…
-
@rosinality , thanks for sharing the code. It really helps me a lots.
I am confused whether it is a vanila vqvae. I found no 'top' ,'bottom' hierarchy in 'train_vqvae.py'. would please share how did …
-
Thank you for sharing this great code.
I have used infovae as a subsitute of beta-vae and traditional vae (beta=1).
However, I think that your vq-vae-2 better reconstructs images.
Unfortunately…
kimdn updated
4 years ago
-
Hi,
Sorry for bothering but I have following problem when trying to run train_pixelsnail.py on windows. I have succesfully trained the model and I have pretty good sample results from first step. T…