Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun31415 committed May 6, 2024
1 parent 4297044 commit 9af7481
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 221 deletions.
2 changes: 1 addition & 1 deletion crates/burn-import/src/burn/node/max_pool1d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ mod tests {
#[allow(unused_variables)]
pub fn new(device: &B::Device) -> Self {
let max_pool1d = MaxPool1dConfig::new(3)
.with_strides(1)
.with_stride(1)
.with_padding(PaddingConfig1d::Valid)
.with_dilation(1)
.init();
Expand Down
153 changes: 0 additions & 153 deletions flake.lock

This file was deleted.

67 changes: 0 additions & 67 deletions flake.nix

This file was deleted.

0 comments on commit 9af7481

Please sign in to comment.