facebookresearch / DiT

Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"
Other
6.37k stars 569 forks source link

image generation label doesn't match validation label #73

Closed eezhang123 closed 8 months ago

eezhang123 commented 8 months ago

I use the sample.py , specify a label, but DiT generate a image doesn't match the imagenet validation ILSVRC2012_devkit_t12/data/ILSVRC2012_validation_ground_truth.txt . For example, label id 638 means insect in the validation ground truth , but the DiT generate a beautiful girl ..... why???