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

Undefined name 'DepthConv' in myconv2d.py #5

Closed
cclauss opened this issue Feb 26, 2020 · 2 comments
Closed

Undefined name 'DepthConv' in myconv2d.py #5

cclauss opened this issue Feb 26, 2020 · 2 comments

Comments

@cclauss
Copy link

cclauss commented Feb 26, 2020

flake8 testing of https://github.com/huawei-noah/ghostnet on Python 3.8.1

$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

./myconv2d.py:23:1: F822 undefined name 'DepthConv' in __all__
__all__ = ['DepthConv', 'GhostModule']
^
1     F822 undefined name 'DepthConv' in __all__
1

https://flake8.pycqa.org/en/latest/user/error-codes.html

@iamhankai
Copy link
Member

Thanks for your remind. I have update the code: 4ccf099

@cclauss
Copy link
Author

cclauss commented Feb 27, 2020

Thank you.

@cclauss cclauss closed this as completed Feb 27, 2020
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

No branches or pull requests

2 participants