-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DenseNet , ResNet , WRN models #25
Comments
Hi, Thanks for the issue :)
Hope that helps! |
Thank you man, it helped a lot. I was in depression while figuring out my questions!!! Thank you again🙂 |
Hi @ethanwharris , Could you please tell me what input image sizes you used for fashion-mnist? I can't find in your paper. Default is 28 by 28 as you know but what size you kept in your experiments? It would be a great help.. thank you! Regards, |
Hi @ethanwharris , If I am not wrong, you are using 28 fashion-mnist images size in your experiments. |
Hi @shuaibaslam2019, sorry for the delayed reply. Yes, we use 28 x 28 for Fashion-MNIST. It's worth mentioning that I think the Fashion-MNIST version we used is older than what you get with |
@shuaibaslam2019 I've played with fmix, cutmix, mixup with keras sequence generator, notebook here, you may find it as a guide starter in keras. |
Hi, we have reimplemented FMix in OpenMixup for image classification benchmarks on various datasets (ImageNet, CIFAR-10/100, Tiny-ImageNet, etc.). Various backbone architectures (ResNet, ResNeXt, Wide-ResNet, ViT, Swin Transformer, etc.) are supported. |
Hi,
Thank you so much for giving us new data augmentation technique. I am bit confused, when I explore your models folder.
My main question is, are you training your ImageNet models with Pre-trained weights? It seems, you don't use pre-trained but you are building your own models and training without using "imagenet" weights.. Please, correct me If I am wrong here..
Secondly, the context of the first question is in the second question about baseline accuracies. Are you getting the baseline accuracies without "Imagenet" weights?
Any guideline to use FMix in keras?
Thank you!
The text was updated successfully, but these errors were encountered: