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

UNET 3plus not learning on large datasets #41

Open
jrmathew1 opened this issue Jan 26, 2022 · 1 comment
Open

UNET 3plus not learning on large datasets #41

jrmathew1 opened this issue Jan 26, 2022 · 1 comment

Comments

@jrmathew1
Copy link

I am trying to use the UNET 3plus with deep supervision and cgm for nodule segmentation from lung ct scans. When I train the model on a 1000 image subset of the dataset the model learns and outputs meaningful segmentation masks.

However, when I train on a larger dataset of 2000 or more images the model does not learn and outputs a mask of all 0s always.

I have tried increasing and reducing the learning rate as well changing optimizers and loss functions but the issue remains. I also tried the att_unet_2d model and had the same issue.

I have attached my code:
training_code.zip

@zhaxideles
Copy link

I also have the same problem, verifying that the loss is a constant, have you solved it?

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