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 lstm with recurrent projection layer operator #7792

Merged
merged 9 commits into from
Jan 25, 2018

Commits on Jan 21, 2018

  1. Add lstm with recurrent projection operator

    Yibing Liu committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    f2c4bb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Enable backward computation in lstmp_op

    Yibing Liu committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    552c901 View commit details
    Browse the repository at this point in the history
  2. Pass grad checking for projection weight

    Yibing Liu committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    7a5b8ff View commit details
    Browse the repository at this point in the history
  3. Add unit test for linear projection

    Yibing Liu committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    a3d1f86 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of upstream into add_lstmp

    Yibing Liu committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    3f3459d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Update doc in lstmp_op

    Yibing Liu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    db1f6a5 View commit details
    Browse the repository at this point in the history
  2. Make the projection activation configurable

    Yibing Liu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    76beff8 View commit details
    Browse the repository at this point in the history
  3. Remove redundant code in unit test

    Yibing Liu committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    9ecc54a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Make TestLstmpOp inherit from TestLstmOp

    Yibing Liu committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    5c6fc3f View commit details
    Browse the repository at this point in the history