-
Notifications
You must be signed in to change notification settings - Fork 46
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
Can't load weights when training the model #27
Comments
Before loading weights, this line must be executed:
|
Yup, it's number 8 in https://github.com/Viredery/tf-eager-fasterrcnn/blob/0afe472d9437ae76debbc5bb27b8ec43719ce8f5/train_model.ipynb. I noticed that that directory ( Could it have something to do with the TF version? |
Actually, since we are training from scratch in that file, I think we can avoid loading the weights. |
We are training from scratch. See Viredery#27 (comment).
We are training from scratch in the code above this line. I left it as a comment in case someone wants to load a pretrained model. See Viredery#27 (comment).
We are training from scratch in the code above this line. I left it as a comment in case someone wants to load a pretrained model. See Viredery#27 (comment).
I'm getting the following error when trying to train the model:
I have the dataset in place. I am using TensorFlow 2.9.3.
The text was updated successfully, but these errors were encountered: