-
Notifications
You must be signed in to change notification settings - Fork 1.2k
EfficientNet mypy fix #2126
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
EfficientNet mypy fix #2126
Conversation
b0ab4f1
to
8e41426
Compare
@wyli Apolpgies for messing this up, it was supposed to be an easy fix. I cannot seem to figure out how to correct DCO issue here. |
no worries perhaps do a "git reset @~2" and commit again with -s, then push with -f |
Signed-off-by: masadcv <[email protected]>
8e41426
to
13c875b
Compare
@wyli many thanks for help with git instructions, I fixed the commit and added a BlockArgs class with |
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!
Signed-off-by: masadcv <[email protected]>
Signed-off-by: masadcv <[email protected]>
Signed-off-by: masadcv <[email protected]>
Signed-off-by: masadcv <[email protected]>
Signed-off-by: masadcv <[email protected]>
Signed-off-by: masadcv <[email protected]>
Fixes #2125 .
Description
Fixes mypy error on some platforms occuring in EfficientNet BlockArgs definition.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.