-
Notifications
You must be signed in to change notification settings - Fork 92
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
Trained weights for ensemble method are missing #46
Comments
Thanks, @igorRadic or your interest! My ex-university disable my google drive, and my ex-machine just broke last month. So I technically lost the weights 😞 I will try to find it in another old machine of mine. Please wait. |
Ok, thank you for your effort! 🙂 |
@phamquiluan have you perhaps found trained weights? |
@igorRadic I can't so far. The weights are not in the old machine. Hmm, I will keep an eye on this matter and return if I find it. |
@phamquiluan Maybe I can recreate those two models whose weights are missing, but for recreating "resnet50_pretrained_vgg_rot30_2019Nov13_08.20" I need "resnet50_scratch_dims_2048.pth" weights or not? That's what I assumed because in "resnet50_pretrained_vgg_rot30_2019Nov13_08.20" there is "pretrained" label and in
also i don't understand why is in this model name 'vgg', can you please explain how to recreate "resnet50_pretrained_vgg_rot30_2019Nov13_08.20" model? Thanks! |
Wow, you truly impressed me with your determination, @igorRadic. I conducted this research for a long time and forgot almost everything detail about the naming and conventions of using which model and not. I assume that you are a researcher. Please read this email, the screenshot I attached. I hope this help! p/s: I tried so much to keep the reproducibility when I started this research years ago... I'm mad at myself so much when this training code can't be reproduced anymore and the school delete my drive :( |
@phamquiluan thank you for your quick response and honesty, I will definitely try to reproduce your results and If I make it I will let you know. |
Hi @igorRadic , have you reproduced the result successfully? Without these two weights, I got 75.64% test accuracy. |
Hi @chn-lee-yumi , I got 76.34 % test accuracy without these two weights. |
@igorRadic That's weird. Theoretically, we should get the same result. Did you use |
@chn-lee-yumi Maybe that is because I made a few code fixes, try to reproduce 76.34 % test accuracy with my fork of this repository. And yes, I used |
@igorRadic Thanks, I will try your fork. By the way, how did you deal with the missing |
@chn-lee-yumi Problem with |
@igorRadic Hi, did you archive 74.14% using |
Can you add "resnet50_pretrained_vgg_rot30_2019Nov13_08.20" and "resnet18_rot30_2019Nov05_17.44" trained weights on your shared google drive folder for ensemble method, they are missing and I can't get 76.82% accuracy without them. Thanks!
The text was updated successfully, but these errors were encountered: