Skip to content
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

Open
sriki77 opened this issue Aug 12, 2018 · 4 comments
Open

Can you please provide pb file? #3

sriki77 opened this issue Aug 12, 2018 · 4 comments

Comments

@sriki77
Copy link

sriki77 commented Aug 12, 2018

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.

@arashno
Copy link
Collaborator

arashno commented Aug 12, 2018

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?

@sriki77
Copy link
Author

sriki77 commented Aug 13, 2018

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.

@arashno
Copy link
Collaborator

arashno commented Aug 23, 2018

Currently, I don't have a ready-to-go script to do the conversion. You are welcome to implement one.

@frka1204
Copy link

frka1204 commented Jul 13, 2019

I'm trying to convert the checkpoint files in phase 1 to a pb file but I need the names for the input and output node. I can view the graph using tensorboard but I don't know how to identify the nodes. Can you help me?
I attach the graph:
graph_run=(1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants