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

Fix missing state in training #579

Merged
merged 9 commits into from
May 30, 2024
Merged

Fix missing state in training #579

merged 9 commits into from
May 30, 2024

Conversation

seanmor5
Copy link
Contributor

There seems to be a case where we can initialize the state for a model and then take a path during training that doesn't result in all of the paths getting hit and thus we don't get the updated state for a particular layer. The correct behavior here is to just ignore it and don't update that state.

@seanmor5 seanmor5 merged commit 57cd12f into main May 30, 2024
3 checks passed
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.

None yet

1 participant