Unet-Segmentation-Pytorch-Nest-of-Unets icon indicating copy to clipboard operation
Unet-Segmentation-Pytorch-Nest-of-Unets copied to clipboard

choose network

Open joy31-eng opened this issue 1 year ago • 5 comments

Hello, I would like to ask a question, when I use unet, it is normal, but switch to other network, the loss of training set is decreased, but the loss of verification set has not decreased, and dice is 0

joy31-eng avatar Oct 25 '23 13:10 joy31-eng

hello,I get the same problem,could you tell me how you solve this problem?

SmileMood avatar Mar 01 '24 11:03 SmileMood

It can be due to model not learning anything while using any RNN type model. | Does this happen while using nested Unet?

bigmb avatar Mar 01 '24 22:03 bigmb

Thanks for your reply. when I using unet and trans-unet model, it take such problem. how can I solve this problem?

SmileMood avatar Mar 02 '24 03:03 SmileMood

Which model is trans-Unet model? Can you explain more about the data and transformation you are using?

bigmb avatar Mar 02 '24 05:03 bigmb

I'm sorry,it should be attention unet. I found my error from data_transform,because when I using my own data,I changed this by mistake. Now the dice score isn't 0,but it still very low.

SmileMood avatar Mar 03 '24 06:03 SmileMood