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

WIP: LMU controllable #33

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

WIP: LMU controllable #33

wants to merge 5 commits into from

Conversation

olhawloch
Copy link

Adds controllable parameter and other capabilities used in lps3. Will revisit once lps4 is complete in case other lmu parameters are desired.

@olhawloch olhawloch requested a review from arvoelke February 16, 2021 17:03
@@ -427,6 +556,9 @@ def build(self, input_shapes):
recurrent_dropout=self.recurrent_dropout,
),
return_sequences=self.return_sequences,
return_state=self.return_state,
go_backwards=self.go_backwards,
stateful=self.stateful,
Copy link
Contributor

@arvoelke arvoelke Mar 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note these flags are being ignored if the LMUFFT is being selected (see if branch above). It should only be selected if the flags are the default values supported by LMUFFT. That said, the LMUFFT can likely be extended to support them.

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.

3 participants