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

r2unet #67

Open
huasheng76 opened this issue Apr 17, 2024 · 3 comments
Open

r2unet #67

huasheng76 opened this issue Apr 17, 2024 · 3 comments

Comments

@huasheng76
Copy link

Hello, my R2UNet's training performance is very poor, worse than UNet. Do you have the same problem, and how can it be resolved?

@bigmb
Copy link
Owner

bigmb commented Apr 17, 2024

Using R2Unet can go wrong as recurrent blocks do not learn that well in some cases.
Try running the nested Unet model and check the results.

@huasheng76
Copy link
Author

Using R2Unet can go wrong as recurrent blocks do not learn that well in some cases. Try running the nested Unet model and check the results.

Okay, I'm trying to combine nested UNet and attention UNet to see how it performs. Are you interested in writing a piece of code that combines them?

@bigmb
Copy link
Owner

bigmb commented May 6, 2024

Won't be addding new features in this code now. But if you add a new model send me pull request.

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