RGAN
RGAN copied to clipboard
Recurrent (conditional) generative adversarial networks for generating real-valued time series data.
https://github.com/ratschlab/RGAN/blob/f41731b965348259dcd94b0dcb1374d3e1c4ca7d/model.py#L177 The variable `D_loss_wrong` is not defined in this code. Is there a solution for this?
Could not find a version that satisfies the requirement tensorflow==1.4.1 (from -r requirements.txt (line 18)) (from versions: ) No matching distribution found for tensorflow==1.4.1 (from -r requirements.txt (line 18)). Help...
Hello, I want to start using RGAN, but just in first experiment, I got this error: ``` python experiment.py --settings_file test File "experiment.py", line 62 G_sample = model.generator(Z, **generator_settings, reuse=True,...
Can anyone help me with visualizing the complete raw signal with the generated signal .
Hello @corcra ! I have run 'eICU_synthetic_dataset_generation' on my own data and it's generating pretty good results, while it is getting trained. But I am confused about generating new data...
Hi! I am using RGAN; the training is successfully going on with my dataset. It is also generating good samples but after some epochs, the generator loss is again increasing...
I thought I'd share my experience with the MNIST data set and maybe ask some questions along the way. I used the csv version of MNIST. One of the first...
Traceback (most recent call last): File "experiment.py", line 258, in print('%d\t%.2f\t%.4f\t%.4f\t%.5f\t%.0f\t %s\t %s' % (epoch, t, D_loss_curr, G_loss_curr, mmd2, that_np, pdf_sample, pdf_real)) TypeError: must be real number, not str I...
Can it be used with any time series data. Can iy be used in financial markets What's the format of data it accepts like.. csv and no of example of...
I want to understand what's the role of this function in the code. Thanks