-
Notifications
You must be signed in to change notification settings - Fork 347
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
Comments
Using R2Unet can go wrong as recurrent blocks do not learn that well in some cases. |
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? |
Won't be addding new features in this code now. But if you add a new model send me pull request. |
`class Recurrent_block(nn.Module):
Here may be an error: |
Hello, my R2UNet's training performance is very poor, worse than UNet. Do you have the same problem, and how can it be resolved?
The text was updated successfully, but these errors were encountered: