Hi @nerusskyhigh, welcome to fastai!
-
This is the discussion post you are most likely looking for: Share your work here ✅
-
The article pasted below does a good job of explaining the output of
learn.predict
, I have copy and pasted the relevant part here:
“a fully decoded prediction including reversing transforms from the dataloader, a decoded prediction usingdecodes
, and the prediction from the model passed through the loss function’sactivation
”
Which leads to some questions in regards to what your model is doing, is it a classification task? Can you please paste the output here?