duxingren14 / DualGAN

DualGAN-tensorflow: tensorflow implementation of DualGAN
Apache License 2.0
265 stars 97 forks source link

Could I discard the discriminators and only use the "Reconstruction Error" during training? #29

Open ANYMS-A opened 4 years ago

ANYMS-A commented 4 years ago

Hello, I'd like to know is it possible to train the Dual GAN without the discrinminator? which means I only need to minimize the "Reconstruction Error" during training?

Many thanks!