hsu-z2

Results 3 comments of hsu-z2

I think in luna16.py, the masks are used to indicate lung region, the targets are actually the 3D heatmap of the groundtruth nodules. However, there is no code to generate...

My understanding is you need to change the kernel size in the message passing function. Change it from 7 (the value used in the current code) to your input size.

Hi prio1988, I think nll loss is actually multiclass cross entropy, right? It should also work when I set the model to work on only two classes, that is background...