Skip to content

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