안녕하세요 오늘은 CycleGAN의 Generator와 Discriminator를 pytorch로 구현해보았습니다. CycleGAN의 Generator는 U-Net 구조나 ResNet 구조를 이용하는데 저는 Resnet 구조로 구현 해보았습니다. (ResNet block 9개) 참고 페이지 : https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/tree/003efc4c8819de47ff11b5a0af7ba09aee7f5fc1 GitHub - junyanz/pytorch-CycleGAN-and-pix2pix: Image-to-Image Translation in PyTorch Image-to-Image Translation in PyTorch. Contrib..