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

How to ues the result "ckpt.pth" #149

Open
wyxAshdila opened this issue Mar 31, 2023 · 3 comments
Open

How to ues the result "ckpt.pth" #149

wyxAshdila opened this issue Mar 31, 2023 · 3 comments

Comments

@wyxAshdila
Copy link

I use the examples obtaining the modle parameters "ckpt.pth", how can i use it to test my datasets? thanks for your help.

@xuyxu
Copy link
Member

xuyxu commented Apr 16, 2023

Hi @wyxAshdila, sorry for the late response. You can use from torchensemble.utils import io to load the model. Please refer to the example here.

@johnny12150
Copy link

Hi @xuyxu, can I fine-tune the model after loading it?

@xuyxu
Copy link
Member

xuyxu commented Jun 26, 2024

Hi @xuyxu, can I fine-tune the model after loading it?

@johnny12150 Hi, sorry for the late response. I am not sure if I can understand the exact meaning of 'fine-tune' from you. If you could encapsulate the dataset to fine-tune into a train loader, I think you could directly train it further after loading a model checkpoint already trained.

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

3 participants