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

[Minor] Fix gradient backprop trainables with upstream interventions #97

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

frankaging
Copy link
Collaborator

@frankaging frankaging commented Jan 29, 2024

📝 Description

Currently, when using DAS with upstream interventions, gradient may throw arrow. This is due to some side-effect issues. We fix this by always-clone the passing activations in hook calls.

Testing Done

----------------------------------------------------------------------
Ran 49 tests in 43.641s

OK

Checklist:

  • My PR title strictly follows the format: [Your Priority] Your Title
  • I have attached the testing log above
  • I provide enough comments to my code
  • I have changed documentations
  • I have added tests for my changes

@frankaging frankaging merged commit 8c0e544 into main Jan 29, 2024
1 check 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.

1 participant