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

RNN update to drop CUDNN, fix LSTM bug and output type stability #1367

Merged
merged 23 commits into from
Nov 7, 2020

Commits on Oct 19, 2020

  1. test RNN

    jeremiedb committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    454bbf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. tests

    jeremiedb committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    f93a114 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. drop CUDNN rnn

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4ddf19d View commit details
    Browse the repository at this point in the history
  2. fix tests

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c6bb21e View commit details
    Browse the repository at this point in the history
  3. cleanup

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f33f34d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2ae37c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into rnn-gpu

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    e600fce View commit details
    Browse the repository at this point in the history
  6. original manifest

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    829307e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into rnn-gpu

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6ae59cd View commit details
    Browse the repository at this point in the history
  8. clean

    jeremiedb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    759de3f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. make RNN/LSTM/GRU Cells immutable - FluxML#1089

    check that CUDNN drop solves for too many wrappers - FluxML#1259
    jeremiedb committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    dcf4808 View commit details
    Browse the repository at this point in the history
  2. test changes

    jeremiedb committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    a8a95d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. toy tests

    jeremiedb committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    d6fdba2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    eafee05 View commit details
    Browse the repository at this point in the history
  2. rnn toy test

    jeremiedb committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    3adf471 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. functionnal RNNs

    jeremiedb committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    7ae661e View commit details
    Browse the repository at this point in the history
  2. check warntype

    jeremiedb committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    deafdca View commit details
    Browse the repository at this point in the history
  3. stable type output

    clean up test files
    jeremiedb committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    6fd355f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db493b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6763e38 View commit details
    Browse the repository at this point in the history
  6. remove experiment

    jeremiedb committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    68abdd8 View commit details
    Browse the repository at this point in the history
  7. fix tests

    jeremiedb committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    40bf4b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. rebase for rnn-gpu

    jeremiedb committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b5c3b6f View commit details
    Browse the repository at this point in the history