Only store shadow model logits, not shadow models
Open
enhancement
- Dominant language
- Python
- Stars
- 23
- Forks
- 28
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 5
Description
# Feature
## Desired Behavior / Functionality
LeakPro crashes when we use too many shadow models. If we could instead store only the logits it would scale better.
## What Needs to Be Done
- Store the logits instead of the shadow models
- Ensure that no other attacks suffer from this
## How Can It Be Tested
Attacks run
Contributor guide
Assessment
This issue has not been assessed yet.