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

Maybe a little error in Code #2

Open
ljianx2006 opened this issue Oct 30, 2021 · 2 comments
Open

Maybe a little error in Code #2

ljianx2006 opened this issue Oct 30, 2021 · 2 comments

Comments

@ljianx2006
Copy link

self.conv_shape = nn.Conv2d(self.in_channels, 4, 1)

From line 79 to 82, the first parameter of Conv2D 'self.in_channels' should be 'self.feat_channels'.

@jbwang1997
Copy link
Owner

Thank you very much. Since the in_channels and feat_channels are the same, I didn't find this error.

@colorfully-ybf
Copy link

self.conv_shape = nn.Conv2d(self.in_channels, 4, 1)

From line 79 to 82, the first parameter of Conv2D 'self.in_channels' should be 'self.feat_channels'.

can i ask you some question about the code?Thank you very much.

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