pytorch-generative-adversarial-networks icon indicating copy to clipboard operation
pytorch-generative-adversarial-networks copied to clipboard

The 'fake' distribution can not match the 'real' one

Open zhouchaopku opened this issue 3 years ago • 0 comments

When using the raw data [ (name, preprocess, d_input_func) = ("Raw data", lambda data: data, lambda x: x) ], the 'fake' distribution can not match the 'real' one even under very large num_epochs .

zhouchaopku avatar Apr 28 '22 09:04 zhouchaopku