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

A problem in ShuffleNet #163

Open
rwenjie957 opened this issue Dec 4, 2023 · 0 comments
Open

A problem in ShuffleNet #163

rwenjie957 opened this issue Dec 4, 2023 · 0 comments

Comments

@rwenjie957
Copy link

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

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

1 participant