Image classification using GAN

Hi everyone, I want to make a classification of images using PyTorch, knowing that the database contains 3 regions (ROI A, ROI B, ROI C) of the same images, I proposed to apply the gan of multiple generators (generator for each region). You can help me with the programming part, please.

I’m sure we can help you when you explain what you’ve already implemented and where you are stuck. :slight_smile:

thank you :blush:
my problem is in the programming part (I am a beginner in PyTorch), I make a classification of images knowing that I have two classes. I tried to make the classification with multi generator GAN.