Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

CycleGAN

Open bosmart opened this issue 3 years ago • 0 comments

Great repo! I have two questions about CycleGAN though:

  1. why down_blocks and up_blocks in the generator are nn.ModuleList and not nn.Sequential?
  2. trying to get the horse/zebra thing to work but the quality of the generated images is not great with "dither"-like artefacts, no idea what could be going on

bosmart avatar Nov 05 '21 13:11 bosmart