Skip to content

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

@li-yun-peng

Description

@li-yun-peng

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)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions