Commit d341ba6
committed
Fix KD experiment path collision between FP32 and BitNet students
- Use version-specific prefix (std_kd vs bit_kd) for KD experiments
- Pass version parameter from train_kd.py to get_experiment_dir()
- Resolves collision where Phase 2 (FP32+KD) and Phase 2.9 (BitNet+KD)
were writing to the same bit_kd_s* directories
- Existing Phase 2 experiments need manual rename: bit_kd_* → std_kd_*1 parent 8c1ca82 commit d341ba6
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| 290 | + | |
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
| |||
0 commit comments