simple_CycleGAN icon indicating copy to clipboard operation
simple_CycleGAN copied to clipboard

a simplified pytorch CycleGAN implementation adapted from original code

Results 3 simple_CycleGAN issues
Sort by recently updated
recently updated
newest added

Running this code with pytorch >= 1.5 gives the following error RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [3, 64,...

Thanks for the Cycle GAN implementation. Please consider changing the changing the "3" input_size argument on simple_cygan.py line 120 and 125 to opt.input_nc. This will allow processing of monochrome images...

Hello, I have an issue when I type "#python3 simple_cygan.py train File "simple_cygan.py", line 54 self.netG = f'resnet_{self.n_blocks}blocks' " I installed all the requirements using "pip3 install -r requirements.txt" I...