Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading user saved TGAN model and making samples #69

Open
shimwoohyeon opened this issue Sep 29, 2024 · 0 comments
Open

Loading user saved TGAN model and making samples #69

shimwoohyeon opened this issue Sep 29, 2024 · 0 comments

Comments

@shimwoohyeon
Copy link

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant