Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-r-earp committed Mar 2, 2024
1 parent b4a55a0 commit 7c60a8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/learn/neural_network/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,6 @@ impl Layer for Dense {
Ok(Self {
weight: self.weight.into_device(device.clone())?,
bias: self.bias.map(|b| b.into_device(device)).transpose()?,
..self
})
}
}
Expand Down

0 comments on commit 7c60a8a

Please sign in to comment.