Hello, I am a little confused. when use "python sample.py --model DiT-XL/2 --image-size 256 --ckpt ../logs/run-0/000-DiT-XL-2-minimax/checkpoints/0012000.pt
--save-dir ../results/dit-distillation/imagenet-10-1000-minimax --spec woof" to generate images of ipc=10; do you need to change the --num-samples from default 100 to 10. Or keep the default value 100 and randomly select the 10 images from 100 generated images via "python train.py -d imagenet --imagenet_dir /data/datasets/ImageNet/
-n resnet_ap --nclass 10 --norm_type instance --ipc 10 --tag test --slct_type random --spec woof"
Hello, I am a little confused. when use "python sample.py --model DiT-XL/2 --image-size 256 --ckpt ../logs/run-0/000-DiT-XL-2-minimax/checkpoints/0012000.pt
--save-dir ../results/dit-distillation/imagenet-10-1000-minimax --spec woof" to generate images of ipc=10; do you need to change the --num-samples from default 100 to 10. Or keep the default value 100 and randomly select the 10 images from 100 generated images via "python train.py -d imagenet --imagenet_dir /data/datasets/ImageNet/
-n resnet_ap --nclass 10 --norm_type instance --ipc 10 --tag test --slct_type random --spec woof"