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

save/load models #2

Open
thangbui opened this issue Mar 26, 2017 · 1 comment
Open

save/load models #2

thangbui opened this issue Mar 26, 2017 · 1 comment
Labels

Comments

@thangbui
Copy link
Owner

Is saving/loading just the hyperparameters/parameters by calling get_hypers()/update_hypers() enough?

also create an example for doing so

@thangbui thangbui added the todo label Mar 26, 2017
thangbui added a commit that referenced this issue Mar 31, 2017
@g7dhaliwal
Copy link

Hi,

I tried the save/load function. On loading my model is showing very high variance in the DGP predictions. I used aep.SDGPR function to train my model and saved it in pickle format.

On loading the model in a different file, I am using the following commands

model = aep.SDGPR(X, y_train_normalized, M,hidden_size, lik='Gaussian')
model.load_model(fname = 'GeePeeModel/GBE-DGPModelHS1.pickle')

The above command results in a model with high GP variance.

Gurjot

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

No branches or pull requests

2 participants