Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

A problem in net.py #44

Open
xiefan-guo opened this issue Mar 8, 2020 · 0 comments
Open

A problem in net.py #44

xiefan-guo opened this issue Mar 8, 2020 · 0 comments

Comments

@xiefan-guo
Copy link

Thanks for your awesome reproduce work!

But, I think you have a inadvertent error in net.py.

output_pre = (output - output_bias) / mask_sum + output_bias

I think it should be as follows:

output_pre = (output - output_bias) / mask_sum * (self.kernel_size * self.kernel_size * self.in_channels) + output_bias
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant