-
Notifications
You must be signed in to change notification settings - Fork 235
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
Fix #447: Changed format for exporting models to MetaGraphDef for Tensorflow #455
base: master
Are you sure you want to change the base?
Conversation
@haabhi nice work, can you test whether all models in FabrikZoo which were working before are still working after the change or not. |
@haabhi are you going to make the changes in import_graphdef as well ? |
@yashdusing Yes, I am doing that at the moment. I am working on importing both metagraphdefs and graphdefs so the model zoo models and models exported from fabrik both work. |
@Ram81 @yashdusing |
This PR makes Fabrik export models as MetaGraphDef instead of Graphdef, which fixes #447. Doing this allows models built in Fabrik to be imported into Tensorflow seamlessly.