-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Better model checkpoints for various classification models #4900
Conversation
💊 CI failures summary and remediationsAs of commit fc0227f (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
Are you using Resnet strikes back recipe? https://arxiv.org/pdf/2110.00476.pdf |
This is from a different recipe, you can read #3995 the high-level info. Next week we will publish a blogpost with the details. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @datumbox!
…4900) Summary: * Add new weights for MobileNetV3 Large. * Update weights for ResNet101. * Update weights for ResNet152. * Update numbers of ResNet101 and ResNet152 with batch size 1. * Adding new weights for ResNeXt101_32x8d * Batch size 1 stats for ResNeXt101_32x8d * Update weights for MobileNetV3 Large. * Update weights for ResNeXt50. * Fix merge issues. * Updating the URLs to indicate the recipe config. Reviewed By: datumbox Differential Revision: D32470484 fbshipit-source-id: 4f3534860d4a4baff3963aa540054107a008471e
Fixes partially #3995
cc @datumbox @bjuncek