fjxmlzn / DoppelGANger

[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions
http://arxiv.org/abs/1909.13403
BSD 3-Clause Clear License
296 stars 75 forks source link

About two MLPs #34

Closed Happyhappyhappy23 closed 1 year ago

Happyhappyhappy23 commented 1 year ago
image

Is there actually only one MLP in the code? "Real" and "fake" metadata are generated at the same time?

fjxmlzn commented 1 year ago

Sorry, I don't fully get your question. The screenshot in the paper that you attached is exactly what we did. The corresponding code is in this function https://github.com/fjxmlzn/DoppelGANger/blob/1e16b4e023f5ed4e5b82e878d4896d40eaf097b9/gan/network.py#L170