Tiankai Hang
Tiankai Hang
Hi, Thanks for your nice work! I wonder whether the code for FID, AVD calculation be released or be found somewhere else? Best.
As the title, Thanks
In line `365` and `366`, `codebook_dim` and `num_tokens` are not defined before assigned ,,, ` https://github.com/CompVis/taming-transformers/blob/24268930bf1dce879235a7fddd0b2355b84d7ea6/taming/modules/vqvae/quantize.py#L365 `
Thanks a lot for your awesome work! I follow your setting to sample 50k imagenet64 images and calculate the FID results using `evaluations/evaluator.py`, but I got FID . And I...
Hi, Thanks for your amazing work!! I just wonder how to align the predicted label with the ground truth. For example, given an input and fixed network, we could do...
Hi, Thanks for your awesome work! May I ask what is your training data? Is it filtered from LAION? :-)
Hi all, I met this error when trying to download the data ``` In [1]: import objaverse_xl In [2]: df = objaverse_xl.load_smithsonian_metadata() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input...