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

Import Frozen Networks from Python? #502

Open
chelseas opened this issue Apr 22, 2019 · 3 comments
Open

Import Frozen Networks from Python? #502

chelseas opened this issue Apr 22, 2019 · 3 comments

Comments

@chelseas
Copy link

Can I import frozen networks that were trained with the Python API? These are saved as .pb files.

I saw this in the documentation:
"The Python variable checkpointer and Julia checkpointer use different formats for the checkpoint file, since the Python format is proprietary. The TensorFlow developers have stated that they eventually settle on a format and document it, at which point Julia and Python-trained models can share parameters."

But I wanted to confirm whether or not this extends to Frozen or SavedModels.

Thanks!

@malmaud
Copy link
Owner

malmaud commented Apr 22, 2019

It's being slowly worked on, but isn't available yet. You can import a saved Python metagraph, though.

@chelseas
Copy link
Author

Sorry what is a metagraph? Is that structure without weights?

@chelseas
Copy link
Author

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

2 participants