You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: