-
Notifications
You must be signed in to change notification settings - Fork 27.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
type hints for pytorch models #17064
type hints for pytorch models #17064
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.
Overall, this looks great! I made a few comments, but some of them are just questions. The main one was the introduction of the extra argument - are you sure that's correct?
@Rocketknight1 I have added the changes suggested by you & all checks are passing! |
Looks great, thanks for the PR! |
* type hints for pytorch models * fixed import error * fixed some errors
What does this PR do?
Fixes #16059 :
Added type hints for pytorch models -
canine
,convbert
,convnext
,encoder_decoder
,gpt2
,gptj
,megatron_bert
,mobilebert
,perceiver
,retribert
,swin
,transfo_xl
&van
.For the code quality, I ran
make fixup
and reformatted the codes & also resolved consistency problems across other models [which were -decision_transformer
,glpn
,maskformer
, &segformer
]Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@Rocketknight1