Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5k
Refactor DPN model#2490
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Refactor DPN model#2490
Uh oh!
There was an error while loading.Please reload this page.
Conversation
HuggingFaceDocBuilderDev commentedMay 15, 2025
The docs for this PR livehere. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@brianhou0208 I'm on the fence on this one, I like what you've done with the models, the structure was obv a bit of a mess... but wondering if it's worth remapping weights and breaking compat at this point. Will ponder... |
Refactor the DPN model in
timm
style with support forforward_intermediates
, and map the checkpoint weights to ensure output is the same.