Hello,
I’ve recently started fast.ai and was successful in creating a model for a dataset that consisted of single-channel images (by stacking channels, converting them to 3-channel, and storing them). I was successful in creating the model, saving it and exporting it. My major problem is I cannot seem to understand what needs to go into the learner.predict()
function:
My code:
The full notebook link is as follows: https://www.kaggle.com/namansood/fastai-image-channel
Thank you very much for your time