We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 do I fine-tune my own dataset?
The text was updated successfully, but these errors were encountered:
Hi,
To fine-tune the model on your own datasets, you'll need to follow our pipeline and resume model training by loading our pretrained model.
Specifically:
Prepare your datasets by following the instructions in [#training-data-generation](https://github.com/frank-xwang/InstanceDiffusion#training-data-generation).
Fine-tune the model by adapting the process described in [#instancediffusion-model-training](https://github.com/frank-xwang/InstanceDiffusion#instancediffusion-model-training). Note: Make sure to "resume" the model training via loading the pretrained checkpoint and fine-tune the model on your own dataset. For more details, refer to
InstanceDiffusion/utils/checkpoint.py
Line 104 in 7306022
Let me know if you have further questions! 😊
Sorry, something went wrong.
No branches or pull requests
How do I fine-tune my own dataset?
The text was updated successfully, but these errors were encountered: