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

Support unknown sequence lengths in LMUFeedforward #52

Merged
merged 5 commits into from
May 5, 2023
Merged

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    e88c21f View commit details
    Browse the repository at this point in the history
  2. Updates for latest pylint

    drasmuss authored and tbekolay committed May 5, 2023
    Configuration menu
    Copy the full SHA
    1ba45b5 View commit details
    Browse the repository at this point in the history
  3. Set fixed cudnn version

    The latest cudnn is not compatible with the old nvidia drivers
    installed in the azure VMs, and we can't update the nvidia drivers
    without updating the whole OS at this point.
    drasmuss authored and tbekolay committed May 5, 2023
    Configuration menu
    Copy the full SHA
    de4cfd8 View commit details
    Browse the repository at this point in the history
  4. Allow input_to_hidden with hidden_cell=None

    Nothing technically wrong with this, and can be used for skip
    connections.
    drasmuss authored and tbekolay committed May 5, 2023
    Configuration menu
    Copy the full SHA
    41fdc58 View commit details
    Browse the repository at this point in the history
  5. Swap order of LMU states

    Having the memory state come first is more intuitive, as it is
    both always present and comes first in the computational flow.
    drasmuss authored and tbekolay committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a818733 View commit details
    Browse the repository at this point in the history