guijiejie / AMT

22 stars 0 forks source link

Release code for cifar & tinyimagenet etc. #1

Open swaggy-TN opened 1 year ago

swaggy-TN commented 1 year ago

Please release the hyperparameters and code for the small datasets like Cifar and TinyImageNet.

lzqoscar commented 1 year ago

Please release the hyperparameters and code for the small datasets like Cifar and TinyImageNet.

Thanks for your attention. Actually there is nothing different among all datasets, we don't have special hyperparameters for small datasets. All you should do is loading the specific dataset that you want to finetune. If needed, the code will be released at a later time.

swaggy-TN commented 1 year ago

Thanks for your kind reply. In my case, I find it's really sensitive to lr and bsz so I thought it was crucial to have ideal hyperparameters. I will check if it's because of some bugs.