mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-18 00:44:29 -05:00
fix(security_privacy): add period to bare 'vs' in bullet list (1 site)
Per book-prose.md $1, vs. always with period in body prose. The bullet at line 1342 had bare 'vs' between two cost figures. Note: introduction (vol2):1593 was initially flagged but is inside a Python cell header comment — exempt per code-block rule.
This commit is contained in:
@@ -1339,7 +1339,7 @@ Consider a production API serving a ResNet-50 image classifier (1000 ImageNet cl
|
||||
- Model training cost: ~\$5K (GPU time, data, engineering)
|
||||
- Extraction requirements: ~5M queries for 90 percent fidelity (0.5 percent of ImageNet per class)
|
||||
- Without defenses: Attacker queries 25K/day for 200 days, cost \$0 (free tier abuse)
|
||||
- Total extraction cost: \$0 vs \$5K training → extraction is economically favorable
|
||||
- Total extraction cost: \$0 vs. \$5K training → extraction is economically favorable
|
||||
|
||||
**Defense Implementation**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user