We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File "/home/user/detectron2_backbone/detectron2_backbone/backbone/bifpn.py", line 328 def init(self, in_channels, out_channels, norm=''): ^
It seems there are a lot of issues regarding indentation (3 chars instead of 3 etc.).
If I can find the time I will try to fix and make a PR for it.
The text was updated successfully, but these errors were encountered:
fix indent error sxhxliang#7
b0ff060
Merge pull request #8 from bearpaw/master
dce5010
fix indent error #7
No branches or pull requests
File "/home/user/detectron2_backbone/detectron2_backbone/backbone/bifpn.py", line 328
def init(self, in_channels, out_channels, norm=''):
^
It seems there are a lot of issues regarding indentation (3 chars instead of 3 etc.).
If I can find the time I will try to fix and make a PR for it.
The text was updated successfully, but these errors were encountered: