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

Saving the model using joblib etc. #8

Open
lawrencepj13 opened this issue Sep 19, 2023 · 1 comment
Open

Saving the model using joblib etc. #8

lawrencepj13 opened this issue Sep 19, 2023 · 1 comment

Comments

@lawrencepj13
Copy link

Hi there,

I'm trying to save the model to re deploy quickly using test data sets but have had issues using pickle/joblib etc.
Is there a method or built in function to save the model? or any recommendations on how to save it?

Many thanks.

@Anivader
Copy link

Hello,

I would recommend using this library to run DeepHit using PyTorch - https://github.com/havakv/pycox/blob/master/pycox/models/deephit.py

You can use the "save_model_weights" method to do this.

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

2 participants