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

Add serializer for keras models #878

Merged
merged 4 commits into from
Feb 22, 2017
Merged

Add serializer for keras models #878

merged 4 commits into from
Feb 22, 2017

Commits on Feb 21, 2017

  1. Add serializer for keras models

    bnaul committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    074eb84 View commit details
    Browse the repository at this point in the history
  2. Don't flip frames in merge_frames

    We reverse frame order when merging for efficiency (popping from the end
    of a list is cheaper) however we don't want to do this if we take the
    fast path.  Now we only flip after we've passed the fast path.
    mrocklin authored and bnaul committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    cf497a1 View commit details
    Browse the repository at this point in the history
  3. lengths -> nframes

    mrocklin authored and bnaul committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    612ff93 View commit details
    Browse the repository at this point in the history
  4. add keras to travis.yml

    mrocklin authored and bnaul committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    b53313b View commit details
    Browse the repository at this point in the history