[Tutor] Handle and display results

Mats Wichmann mats at wichmann.us
Fri Apr 28 12:20:26 EDT 2023


On 4/28/23 05:10, sam muhammed wrote:
> Dears,
> 
> Good day!
> 
> 
> 
>         I am a beginner in Python programming and the field of
> classification images using CNN
> 
> I try to study the publicly available code in Google Collab or Kaggle to
> reuse it.
> 
> 
> 
> I have a problem with how to display the resulting images after training
> the model (as one image with its label at a time) beginning from the first
> image until the last one in the dataset. So that in the end, I get all the
> images that have been trained in the model, not just one image or 9 images
> as in code).
> 
>    I would like your help correcting the code in order to get all the
> results of the predictions images.
> 
> 
> 
> I will attach the program code for you to fix it.

To be honest, this is the kind of question that isn't going generate 
much if any help.

You've essentially asked "I tried to use a complex piece of software and 
didn't get the results I wanted. Fix my code".

The vast majority of us will not know what CNN is, other than that we'll 
think of the television news network.

You haven't asked anything about Python.  We're really happy to explain 
Python concepts, comment on code snippets, etc.  Specialized software 
packages are an entirely different issue, questions about such are best 
asked in forums dedicated to the package/project.

The mailing list doesn't forward attachments for security reasons.

We don't "do your work" (e.g. fix your code, do your homework, etc.)

If you can find a way to ask a question we CAN help with, we're normally 
happy to do so.







More information about the Tutor mailing list