Skip to content

Commit

Permalink
Removes println
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Mar 6, 2025
1 parent 11b746c commit e1b0039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/burn-autodiff/src/tests/aggregation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ mod tests {

let tensor_3 = tensor_1.clone().matmul(tensor_2.clone());
let tensor_4 = tensor_1.clone().mul(tensor_3.sum_dim(1).unsqueeze());
println!("{tensor_4}");
let grads = tensor_4.backward();

let grad_1 = tensor_1.grad(&grads).unwrap();
Expand Down

0 comments on commit e1b0039

Please sign in to comment.