Open
Description
When I run shufflenet in PyCharm, an error occured.
I find the problem is in line 27.
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.
Metadata
Metadata
Assignees
Labels
No labels