-
Notifications
You must be signed in to change notification settings - Fork 4
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
pretrained weights #5
Comments
Hi, the pretrained weights come from the repo linked in the README file (https://github.com/soumith/inception.torch ). If you find a mistake in my image normalization code, please don't hesitate to issue a pull request (or just tell me here). Thank you! |
Actually, I use the default normalization parameter of pytorch, the performance is much better for my task. I'm not sure whether it works for the ImageNet testing. You may try it. |
Thanks! What is the accuracy that you get with these settings? |
Actually, I only test it on CUB200 dataset using the pre-trained weights. However, the pretrained inception v1 model with Tensorflow on CUB200 dataset is about recall @1 =43%, nmi = 49%. Therefore, I'm not sure which parameter is correct. Could u pls check it on ImageNet? Thanks a lot. |
Hi, I have evaluated the code with another image normalization parameters, the performance is much better. But still, I'm not sure whether it's correct or not. Could u pls tell me where the pretrained weights come from?
The text was updated successfully, but these errors were encountered: