junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

I tried to input 1224*370 images for training #1547

Open a-free-a opened 1 year ago

a-free-a commented 1 year ago

Thank you for your dedication to this project. I am attempting to directly input 1224*370 images for training and set '--preprocess', type=str, default='none',however, I have found that my GPU with 12G of memory is not sufficient to meet the training requirements. Is there any other way for me to succeed?