Hello all, i need some help please. I am a newbie technically. i am attempting to get my own pytorch fastAI model up and running (using the code in lessons 2/3)
I’m stuck at the point where i need to use my learner to predict on my preferred images (ct scans saved on my mac from a bing search).
Attempting to use learn_inf.predict() with the pathway to the jpg file on my laptop throws up error messages. What am i doing wrong?
Thanks in advance
Thanks for your response. Here is a screenshot. Please excuse the crude markings on the picture. The “learn_inf.predict()” code at the top contains the path to the image location on my mac. The learn_inf.predict() code at the bottom is the example used in the lesson which works but i’m looking to use my own images instead. Thanks in advance.