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

Conversation

drasmuss
Copy link
Member

Uses a heuristic of 3*theta for the impulse response length if the sequence length is unknown.

@github-actions
Copy link

github-actions bot commented Apr 26, 2023

Coverage report

The coverage rate went from 100% to 100% ➡️

100% of new lines are covered.

Diff Coverage details (click to unfold)

keras_lmu/version.py

100% of new lines are covered (100% of the complete file).

keras_lmu/layers.py

100% of new lines are covered (100% of the complete file).

@drasmuss drasmuss force-pushed the flexible-ff branch 2 times, most recently from 990def2 to 231ee34 Compare April 26, 2023 20:57
keras_lmu/layers.py Outdated Show resolved Hide resolved
keras_lmu/layers.py Show resolved Hide resolved
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.
Nothing technically wrong with this, and can be used for skip
connections.
Having the memory state come first is more intuitive, as it is
both always present and comes first in the computational flow.
@tbekolay tbekolay merged commit a818733 into main May 5, 2023
9 checks passed
@tbekolay tbekolay deleted the flexible-ff branch May 5, 2023 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants