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 can I use the finetuned model to eval #77

Open
Shuweis opened this issue Sep 4, 2024 · 1 comment
Open

How can I use the finetuned model to eval #77

Shuweis opened this issue Sep 4, 2024 · 1 comment

Comments

@Shuweis
Copy link

Shuweis commented Sep 4, 2024

I finetuned the model animate-anything on other datasets and save the checkpoint in the new folder file. However, I saw the eval process is also load the pretrained model (animate_anything_512_v102) of the config.yaml in the new folder file. How can I eval my fine-tuned model to get the new results?

@sculmh
Copy link
Collaborator

sculmh commented Sep 5, 2024

You just need to change the pretrained_model_path in the YAML file to your new folder path. The new config.yaml simply copies the configuration you used during fine-tuning.

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