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

Load from saved model support #68

Merged
merged 5 commits into from
Mar 11, 2017
Merged

Commits on Mar 9, 2017

  1. Load from saved model support

    - add TF_LoadSessionFromSavedModel function to tensorflow-sys
    - add function in Session that provides safe loading from a saved model
    Enet4 committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    1e11f53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4014131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd6c354 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. Refactor code

    - use invalid_arg!
    - remove std result alias
    - fix getting char pointer to export_dir
    Enet4 committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    91d2a39 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Configuration menu
    Copy the full SHA
    e0f4612 View commit details
    Browse the repository at this point in the history