Skip to content
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

Allow loading custom weights files for EfficientNet #259

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IanButterworth
Copy link
Contributor

Intends to make it possible to load custom pretrained EfficientNet models.

Opening this PR as a draft to see if there are opinions as I am unfamiliar with this package.

PR Checklist

  • Tests are added
  • Documentation, if applicable

@ToucheSir
Copy link
Member

This generally makes sense to me, can you think of any way taking a string path could limit us further down the line @darsnack @theabhirath ?

@darsnack
Copy link
Member

darsnack commented Dec 5, 2023

There was a plan to open up the pretrain argument to allow specifying the name of an artifact to load. The intention being to have multiple artifacts per model spec.

But I think the way this is implemented, it should be easy to add that case down the line. Looks good to me! I guess the only suggestion is to add this feature to other models as well for consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants