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

What's the diffrent between U-net and WU-net? #1

Closed
kangyang94 opened this issue Aug 26, 2018 · 3 comments
Closed

What's the diffrent between U-net and WU-net? #1

kangyang94 opened this issue Aug 26, 2018 · 3 comments

Comments

@kangyang94
Copy link

Through your code , U-net and WU-net have the same architecture, just the dimension of input is different. So what's the diffrent between U-net and WU-net?

@MrGiovanni
Copy link
Owner

Although UNet++ achieves better performance than U-Net, the number of UNet++ also increases, specifically U-Net (7.76M) vs UNet++ (9.04M). It's possible that the performance boost is coming from the increased number of learn-able parameters. Thereby, given the number of UNet++, we compared a "wide" U-Net (9.13M) whose parameter is comparable with UNet++ (9.04M) and a little bit more to avoid the influence of purely increasing the parameter of U-Net like structure.

@kangyang94
Copy link
Author

Is the performance of wide U-Net better than the original U-net?

@giovanni-turra
Copy link

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

4 participants