I got a model trained on a regression task, that is predicting the severity of cancer from 0 to 5. Then my supervisor told me to validate on other datasets. I found one but this has two differences. First one is image size, model was trained on 1536 and now is going to predict 96. Second one is task, model was trained on regression and now is going to do binary classification.
So, how to tackle this two challenges? I researched on internet but found no related articles. Thank you.