Tiankai Hang

Results 22 issues of 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.

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 ![image](https://user-images.githubusercontent.com/52823230/195783173-b657ceab-053c-42fd-8570-351c4154e28d.png). 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...