Skip to content

Loading user saved TGAN model and making samples #69

Open
@shimwoohyeon

Description

@shimwoohyeon

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions