Skip to content

The code "if stride != 1 or self.inplanes != planes: " in Efficient-AI-Backbones/g_ghost_pytorch/g_ghost_regnet.py,93line maybe have a error? #287

@ASharpSword

Description

@ASharpSword

The code " if stride != 1 or self.inplanes != planes: " in Efficient-AI-Backbones/g_ghost_pytorch/g_ghost_regnet.py,93line maybe have a error? Here we're using self.inplanes, but when I run the code, it says object has no attribute 'inplanes'. Looking at the context, I thought I should just use inplanes instead of self.inplanes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions