-
Notifications
You must be signed in to change notification settings - Fork 54
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 to save finetuned model DETR Tensorlfow #30
Comments
I am also having an issue saving the model after training using either the Keras API or saved_model formats. The specific error is: @Protozzzer , I was able to save model weights using detr.save_weights("save_path") where detr is the model I trained on my custom csv dataset. |
Hi @Protozzzer , |
Hi @nathanterroir Thx for your answer) |
@Protozzzer In the finetuning file add :
or, to save each checkpoint, add: @Protozzzer Which dataset are you finetuning on? I'm doing it on the Crowd Human dataset, but I think I'm doing something wrong ... The model I get is very bad! |
A use my own data in csv to finetune DETR tensorflow model. I cant find any implementation in source code how to save tensorflow model after each epoch. I want to implement saving weights, but there are some errors after this. Maybe you have some examples or recommendations how to save finetuned weights during or after training process.
The text was updated successfully, but these errors were encountered: