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

Question about up-convolution block #28

Open
xzhhzx opened this issue Jul 28, 2020 · 2 comments
Open

Question about up-convolution block #28

xzhhzx opened this issue Jul 28, 2020 · 2 comments

Comments

@xzhhzx
Copy link

xzhhzx commented Jul 28, 2020

Here in line 106:

out = self.ops(xcat)

Should it be xcat = self.ops(xcat) instead? Thank you in advance!

@andreys42
Copy link

@xzhhzx Hi, It should if we going to follow original paper diagram, but it will raise error since "Element-wise sum" operation will not able to sum 256 and 128 channels ...

@LiB98
Copy link

LiB98 commented Oct 6, 2022

maybe torch.cat(), expand the channels of the output?

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