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

Improve exporting of pre-trained models #26

Closed
davidsandberg opened this issue Jun 18, 2016 · 1 comment
Closed

Improve exporting of pre-trained models #26

davidsandberg opened this issue Jun 18, 2016 · 1 comment

Comments

@davidsandberg
Copy link
Owner

davidsandberg commented Jun 18, 2016

Importing of a pre-trained models using import_meta_graph(...) has been implemented here.
However, this code seems to initialize the graph with the instantaneous parameter values and not the EMA filtered ones, and this degrades LFW performance a bit.
Figure out how to import a graph and initialize it with filtered parameter values.

@davidsandberg
Copy link
Owner Author

This has now been fixed in validate_on_lfw.py.

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

1 participant