-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
[AutoBackbone] Add test #26094
[AutoBackbone] Add test #26094
Conversation
The documentation is not available anymore as the PR was closed or merged. |
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 for adding this! ❤️
@amyeroberts feel free to take over, I see there's an issue regarding |
(She will be of for a while now, do you need this to be taken over?) |
I've fixed it, feel free to merge |
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 for adding a test
* Add test * Add config_class
* Add test * Add config_class
* Add test * Add config_class
* Add test * Add config_class
What does this PR do?
This PR adds a test which verifies that out_indices and out_features get saved properly.
The test fails if a Backbone class first inherits from
PretrainedConfig
, then fromBackboneConfigMixin
.