Open caixh39 opened 4 years ago
hi, I using "UNet3Plus_DeepSup" network to train, meeting a problem:"masks_pred = net(imgs)" in train.py,the masks_pred is a tuple which contains 5 values. then, I confusing how to compute "masks_pred " with "masks_truth" loss? thank you very much!
I also got the same problem. Please help me. Thank you very much.
hi, I using "UNet3Plus_DeepSup" network to train, meeting a problem:"masks_pred = net(imgs)" in train.py,the masks_pred is a tuple which contains 5 values. then, I confusing how to compute "masks_pred " with "masks_truth" loss? thank you very much!