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

in bifpn,why there are some connections with weigh,while some are not #755

Open
li-yun-peng opened this issue May 16, 2024 · 0 comments
Open

Comments

@li-yun-peng
Copy link

in bifpn.
in add operation.
why there are some connections with weigh,while some are not,will that make a difference in training?
with
p6_up = self.conv6_up(self.swish(weight[0] * p6_in + weight[1] * self.p6_upsample(p7_in)))
without
p7_up = self.conv7_up(self.swish(p7_in + self.p7_upsample(p8_in)))

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

1 participant