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

an small error at ResBlock class #1

Closed
LeleLuan opened this issue May 9, 2019 · 1 comment
Closed

an small error at ResBlock class #1

LeleLuan opened this issue May 9, 2019 · 1 comment

Comments

@LeleLuan
Copy link

LeleLuan commented May 9, 2019

at vResBlock class, in def forward, it should be

def forward(self, x):
y = self.relu(self.conv1(self.pad1(x)))
y = self.conv2(self.pad2(y))
return y + x

@kkjh0723
Copy link
Owner

Thanks @LeleLuan I fix the forward.

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

2 participants