Classifynig dicom images for lung cancer

Hi everyone,

I want to write a code to find lung cancer for me. To illustrate, if I have 100 MRI pictures, the code should seperates them as those which have the lung cancer and which have not. If there is a similir code or example for it, it would be helpful for me.

Since this appears to be a classification task, the MNIST or ImageNet examples:
examples/main.py at master · pytorch/examples (github.com)
examples/main.py at master · pytorch/examples (github.com)

should be a good starting point.