aitorzip / PyTorch-CycleGAN

A clean and readable Pytorch implementation of CycleGAN
https://arxiv.org/abs/1703.10593
GNU General Public License v3.0
1.19k stars 283 forks source link

How does ReplayBuffer behave? #17

Open zhangluustb opened 4 years ago

zhangluustb commented 4 years ago

w/o ReplayBuffer, is there any data/paper to support ReplayBuffer?

zhangluustb commented 4 years ago

@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?