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
Hi, I want to fine tune this model on my own dataset. Do we have a training script for training the VegAnn model ?
Thanks a ton
The text was updated successfully, but these errors were encountered:
Yes here is an example of how we train Vegann with pytorch lighting : https://github.com/simonMadec/VegAnn/blob/main/vegann/trainer.py
For fintening, you should load the model weights before or train by yourself on the VegAnn and then finetune!
Sorry, something went wrong.
No branches or pull requests
Hi, I want to fine tune this model on my own dataset.
Do we have a training script for training the VegAnn model ?
Thanks a ton
The text was updated successfully, but these errors were encountered: