Compare commits
2 Commits
a02a0ee9ca
...
a1370446fe
| Author | SHA1 | Date | |
|---|---|---|---|
| a1370446fe | |||
| 980605474b |
@@ -553,7 +553,9 @@ fn ddp_dropout_is_live_and_p0_bit_identical() {
|
||||
.zip(&loss_p0_2)
|
||||
.map(|(a, b)| (a - b).abs())
|
||||
.fold(0.0f32, f32::max);
|
||||
println!("T21 GATE A2 (world=2 p=0 vs no-dropout, KI-5 noise): max |loss diff| = {max_loss_diff_2:.3e}");
|
||||
println!(
|
||||
"T21 GATE A2 (world=2 p=0 vs no-dropout, KI-5 noise): max |loss diff| = {max_loss_diff_2:.3e}"
|
||||
);
|
||||
assert!(
|
||||
max_loss_diff_2 < 1e-6,
|
||||
"world=2 p=0 diverged from no-dropout beyond NCCL noise: {max_loss_diff_2:.3e}"
|
||||
|
||||
Reference in New Issue
Block a user