-
Notifications
You must be signed in to change notification settings - Fork 52
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 you please provide pb file? #3
Comments
As far as I know, although it is possible to save a pre-trained model in a .pb file, this format is designed to store the graph definition only, and it is not useful for storing weights of the graph. May I ask why do you want the models in a .pb file? |
I have read through your write-up. I have a camera trap dataset against which I want to run your pre-trained model - that's the motive. TF Checkpoints are dependent on the code that created the model wheres a SavedModel can be run against any new dataset. So I want to try only the pre-trained model and not code against the new dataset. |
Currently, I don't have a ready-to-go script to do the conversion. You are welcome to implement one. |
If possible, can you please provide a pb file(TF Saved Model) for the pre-trained models instead of checkpoint files.
Please let me know.
The text was updated successfully, but these errors were encountered: