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

Conv module used instead of DeConv in Decoder Layer #10

Open
firattamur opened this issue Dec 27, 2021 · 0 comments
Open

Conv module used instead of DeConv in Decoder Layer #10

firattamur opened this issue Dec 27, 2021 · 0 comments

Comments

@firattamur
Copy link

Hello,

I am reading your code to implement in Pytorch however, I saw this line in Decoder layer and I think there is a misuse of conv module. It says deconv in scope but function is conv. Am I missing something? This also applies next lines after that.

net = conv(net, 2*k, 5, pad=2, scope='deconv1_1')

Thank you

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