VICO-UoE / DatasetCondensation

Dataset Condensation (ICLR21 and ICML21)
MIT License
473 stars 91 forks source link

hyperparameters for CIFAR100 #18

Closed hjson1022 closed 1 year ago

hjson1022 commented 1 year ago

Hi It is nice work! I want to know hyperparameters or any other settings for learning CIFAR100. In DM paper, I saw you generated 20 images/class on CIFAR100 for continual learning. I will try to generate synthetic images (20 images/class on CIFAR100) using DC method. Thanks.

PatrickZH commented 1 year ago

You can simply set --ipc 20, then the algorithm will use the default hyper-parameters for DC/DSA.

elif ipc == 20: