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

Bug: Sequential macro provide forward_mut as forward #881

Closed
uselessgoddess opened this issue Nov 4, 2023 · 0 comments · Fixed by #884
Closed

Bug: Sequential macro provide forward_mut as forward #881

uselessgoddess opened this issue Nov 4, 2023 · 0 comments · Fixed by #884

Comments

@uselessgoddess
Copy link

Because of this models like BatchNorm2D crashes while training.

assert!(!T::OWNS_TAPE);

fn try_forward(&self, x: Input) -> Result<Self::Output, Error> {
#src
Ok(x)
}

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 a pull request may close this issue.

1 participant