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

unused conv modules,cls_convs #12316

Open
York1996OutLook opened this issue Feb 21, 2025 · 0 comments
Open

unused conv modules,cls_convs #12316

York1996OutLook opened this issue Feb 21, 2025 · 0 comments
Assignees

Comments

@York1996OutLook
Copy link

      act_cfg=self.act_cfg))
            reg_convs.append(
                ConvModule(
                    chn,
                    self.feat_channels,
                    3,
                    stride=1,
                    padding=1,
                    conv_cfg=self.conv_cfg,
                    norm_cfg=self.norm_cfg,
                    act_cfg=self.act_cfg))
            kernel_convs.append(
                ConvModule(
                    chn,
                    self.feat_channels,
                    3,
                    stride=1,
                    padding=1,
                    conv_cfg=self.conv_cfg,
                    norm_cfg=self.norm_cfg,
                    act_cfg=self.act_cfg))
        self.cls_convs.append(cls_convs)
        self.reg_convs.append(cls_convs)

double cls_convs no reg_convs
Was it supposed to?

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

2 participants