DoppelGANger icon indicating copy to clipboard operation
DoppelGANger copied to clipboard

[IMC 2020 (Best Paper Finalist)] Using GANs for Sharing Networked Time Series Data: Challenges, Initial Promise, and Open Questions

Results 7 DoppelGANger issues
Sort by recently updated
recently updated
newest added

Recently, I met with another problem. I tried to run main.py in the example_training file and main_generate_data.py in the example_generating_data file. However, the result was that only a file named...

Hi I just want to know whether you are perhaps planning on releasing a version for Tensor Flow 2, it would probably be around for the next few years and...

First of all. Thanks for the great work. I was able to use it to generate time series of natural inflows into water reservoirs, and it worked without much changes...

Dear @fjxmlzn and @wangchen615, I am really interested in your work in synthetic generation of time series data with high-dimensional metadata, it is quite a wonderful paper to read (Easily...

Thanks for your great work. But I don't quite understand your implementation of baselines AR and HMM: (1) How do you train the HMM and use it to generate time...

Dear @fjxmlzn - I have created all necessary files from my dataset (e.g. .pkl files) and want to train DoppelGANger on it. Based on the description, I use the main.py...