You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)))
The text was updated successfully, but these errors were encountered:
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)))
The text was updated successfully, but these errors were encountered: