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

about the code #3

Open
lwlBCI opened this issue Jul 25, 2022 · 4 comments
Open

about the code #3

lwlBCI opened this issue Jul 25, 2022 · 4 comments

Comments

@lwlBCI
Copy link

lwlBCI commented Jul 25, 2022

I used your code to run, but it reported an error, it shows such an error in the classifier section:
“”RuntimeError: Given groups=1, weight of size [32, 5, 3, 3], expected input[144, 3, 32, 32] to have 5 channels, but got 3 channels instead“”
please reply me if you see it, thank you

@lanmaoBi
Copy link

I used your code to run, but it reported an error, it shows such an error in the classifier section: “”RuntimeError: Given groups=1, weight of size [32, 5, 3, 3], expected input[144, 3, 32, 32] to have 5 channels, but got 3 channels instead“” please reply me if you see it, thank you

Hello, I encountered the same problem as you, I modified the gain matrix and even modified the input of the model, but it still remains unsolved, has the error you encountered been resolved?

@VDelv
Copy link
Collaborator

VDelv commented Aug 23, 2022

Hi,

Thanks for the interest in the repo.
I checked the code and saw that the issue comes from the fixed dimension for the input_channels of the 2D convolutions.

I will correct the code asap and let you know!

Sorry for the inconvenient!

@lanmaoBi
Copy link

你好

感谢您对存储库的关注。我检查了代码,发现问题来自2D卷积input_channels的固定维度。

我会尽快更正代码并通知您!

很抱歉给您带来不便!

Thank you! Looking forward to your reply

@VDelv
Copy link
Collaborator

VDelv commented Sep 8, 2022

Sorry for the delay (again) and thanks for your patience.

I correct the errors related to fix input size

Best

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

3 participants