eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.39k stars 4.07k forks source link

Train srgan system with grayscale images (1 channel srgan) #139

Open ravin-red-team opened 3 years ago

ravin-red-team commented 3 years ago

Hi I want to change the srgan program from 3 channels to 1 channel and do the train with grayscale images Does anyone know? Please help me