-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fine tuning #44
Comments
Finetuning with additional data only may cause catastrophic forgetting. Try adding your data to the composite dataset. |
I'm just curious - what's the reason of that? |
So you mean i Need to train on the pretraining dataset and my own dataset ? Can this be an issue with my dataset? |
@plemeri I saw that in your transparent background libraries nightly model scores much higher than HR model in model zoo when tested on DUTS-TE . Can you share the reason and training technique ? is it just trained longer ? |
Nightly model was trained with the updated training strategy which was my doctorate dissertation. Currently I have no time to release updated contents. |
can you share that dissertation document ? i can update the code |
@plemeri if you can share it |
My dissertation is not publicly opened yet because of the ongoing patent registration. Sorry for that. |
@plemeri congrats on your doctorate dissertation! 👍 |
Hello all, just for the heads up, the patent office just started to apply the patent to the US. However, I'm afraid there are better methods out there since our work has been released, so it would be better using their work but I'll release the updates as soon as the patent process finishes. Until then! |
Could you point us in the direction of these better methods then? :) |
Hey I have been fine tuning using pre-trained checkpoint . however Having issues for it to converge , I have 20k Mask and image set for background removal . I have run 30 Epochs and the results are worse than the pretrained one
Any advice on how many epoch or learning rate ?
The text was updated successfully, but these errors were encountered: