Hansong-Zhang / M3D

AAAI 2024, M3D: Dataset Condensation by Minimizing Maximum Mean Discrepancy
https://hansong-zhang.github.io/M3D/
MIT License
22 stars 1 forks source link

Config for CIFAR-100 #2

Closed 2018cx closed 1 month ago

2018cx commented 1 month ago

Good work! I notice some configs were missing. Can you share the configs for CIFAR-100? Thank you.

2018cx commented 1 month ago

Also, does CIFAR-100 needs a multi-processing version?

Hansong-Zhang commented 1 month ago

Good work! I notice some configs were missing. Can you share the configs for CIFAR-100? Thank you.

Hi cui, Thank you for your interest on our work! The configs for CIFAR-100 is the same as the ones for CIFAR-10, you can directly modify the dataset name in yaml file to use it. Besides, the CIFAR-100 does NOT need the multi-processing version, because it is a low-resolution dataset, a single process will be enough to handle it.

Best regards, Hansong.