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 followed process to save user's data trained TGANmodel but, when I loaded the model and designated to make 100 samples, it continuously ran. The executed code is below and output is continuously running.
I followed process to save user's data trained TGANmodel but, when I loaded the model and designated to make 100 samples, it continuously ran. The executed code is below and output is continuously running.
code)
model_path = '/home/woohyeon/tgan_model1.pkl'
load_tgan = TGANModel.load(model_path)
num_sample = 100
sample = load_tgan.sample(num_samples=100)
print(sample)
output)
| |2845/?[08:59<00:00, 5.35it/s]
The text was updated successfully, but these errors were encountered: