You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: