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

Fixed ignored model outputs. #30

Merged
merged 1 commit into from
May 23, 2022

Conversation

telmop
Copy link
Contributor

@telmop telmop commented May 12, 2022

Due to the variable naming, if a residual block was not used, SequenceResidualBlock would ignore the output self.layer, which caused self.layer to not be trained.

Fixes #26.

Due to the variable naming, if a residual block was not used, `SequenceResidualBlock` would ignore the output `self.layer`, which caused `self.layer` to not be trained.
@albertfgu albertfgu merged commit bfce765 into state-spaces:main May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unused parameters in training
2 participants