Skip to content

A problem in ShuffleNet #163

Open
Open
@rwenjie957

Description

@rwenjie957

When I run shufflenet in PyCharm, an error occured.
problem
I find the problem is in line 27.
problem1
Perhapse it is due to the problem of python versions.
The environment of my python is 3.10, the result of dividing two integers is a floating point number, but nn.Conv2d needs an integer.
So we just need to convert it into an integer.
poblem3

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