ydataai / ydata-synthetic

Synthetic data generators for tabular and time-series data
https://docs.synthetic.ydata.ai
MIT License
1.42k stars 236 forks source link

Runninging TimeGAN initializer stalls the program indefinitely in example file #307

Open zkromerUCD opened 12 months ago

zkromerUCD commented 12 months ago

I am currently trying to run the example file TimeGAN_Synthetic_stock_data.ipynb using ydata-synthetic version 1.2.0

However, when I run the initializer for TimeGAN, (synth = TimeGAN(model_parameters=gan_args, hidden_dim=24, seq_len=seq_len, n_seq=n_seq, gamma=1) The program freezes, and does not complete the cell - even if I add a print statement before the initializer, the text does not print out - however it will print if i comment out the initializer.