VICO-UoE / DatasetCondensation

Dataset Condensation (ICLR21 and ICML21)
MIT License
457 stars 90 forks source link

learning rate #35

Open Hiter-Q opened 3 months ago

Hiter-Q commented 3 months ago

The experiments in the paper should be based on CIFAR10 and Convnet, and the lr_img and lr_net are set for these two by default, right? If I want to switch to vgg11BN and ResNet18BN_AP, what should I adjust the learning rates to for better performance? Thank you.