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

Trained model, now how do I apply to forecast on another unseen time-series? #13

Open
nina-thigpen opened this issue May 17, 2021 · 0 comments

Comments

@nina-thigpen
Copy link

So I load this checkpoint path from the trained latent ODE model:
ckpt_path = '/experiments/experiment_11387.ckpt'
checkpt = torch.load(ckpt_path)

If I want to feed a new unseen time-series into the model and visualize the forecast, should I use LatentODE().get_reconstruct? If so, how do I initialize the model from the weights from the checkpoint path (i.e. the model I just trained)?

I'm trying to use the Visualize functions but they seem to need a data_dict and I can't find where you make this or what components it should have.

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