PyTorch-CycleGAN
PyTorch-CycleGAN copied to clipboard
How does ReplayBuffer behave?
w/o ReplayBuffer, is there any data/paper to support ReplayBuffer?
@aitorzip Just like Pix2Pix(pix2pixBEGAN.pytorch),ReplayBuffer was used to get the condition GAN loss. I think ReplayBuffer in here doesn't benifit the D model.Am I wrong?