Skip to content

Bug/Remove Squeeze Panic for Multiple Dimensions #4904

Bug/Remove Squeeze Panic for Multiple Dimensions

Bug/Remove Squeeze Panic for Multiple Dimensions #4904

Triggered via pull request July 19, 2024 07:29
Status Failure
Total duration 8m 59s
Artifacts

test.yml

on: pull_request
check-typos
23s
check-typos
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

17 errors
tests (blaze/macos-14, stable, std)
Process completed with exit code 101.
tests (windows-2022, stable, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
tests (windows-2022, stable, std)
Process completed with exit code 101.
tests (blaze/macos-14, 1.79.0, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
tests (blaze/macos-14, 1.79.0, std)
Process completed with exit code 101.
tests (windows-2022, 1.79.0, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
tests (windows-2022, 1.79.0, std)
The operation was canceled.
tests (windows-2022, stable, examples)
The job was canceled because "blaze_macos-14_stable_std" failed.
tests (windows-2022, stable, examples)
The operation was canceled.
tests (ubuntu-22.04, stable, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
tests (ubuntu-22.04, stable, std)
The operation was canceled.
tests (ubuntu-22.04, stable, std): crates/burn-import/onnx-tests/tests/onnx_tests.rs#L1630
[clippy] reported by reviewdog 🐶 error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1630:36 | 1630 | let output = model.forward(input); | ------- ^^^^^ expected `5`, found `4` | | | arguments to this method are incorrect | = note: expected struct `burn::tensor::Tensor<burn_ndarray::NdArray, burn::tensor::Float, 5>` found struct `burn::tensor::Tensor<_, _, 4>` note: method defined here --> /home/runner/work/burn/burn/target/debug/build/onnx-tests-227acedfe5abb0ef/out/model/squeeze_opset16.rs:42:12 | 42 | pub fn forward(&self, input1: Tensor<B, 5>) -> Tensor<B, 4> { | ^^^^^^^ -------------------- Raw Output: crates/burn-import/onnx-tests/tests/onnx_tests.rs:1630:36:e:error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1630:36 | 1630 | let output = model.forward(input); | ------- ^^^^^ expected `5`, found `4` | | | arguments to this method are incorrect | = note: expected struct `burn::tensor::Tensor<burn_ndarray::NdArray, burn::tensor::Float, 5>` found struct `burn::tensor::Tensor<_, _, 4>` note: method defined here --> /home/runner/work/burn/burn/target/debug/build/onnx-tests-227acedfe5abb0ef/out/model/squeeze_opset16.rs:42:12 | 42 | pub fn forward(&self, input1: Tensor<B, 5>) -> Tensor<B, 4> { | ^^^^^^^ -------------------- __END__
tests (ubuntu-22.04, stable, std): crates/burn-import/onnx-tests/tests/onnx_tests.rs#L1631
[clippy] reported by reviewdog 🐶 error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1631:36 | 1631 | assert_eq!(expected_shape, output.shape()); | ^^^^^^^^^^^^^^ expected `3`, found `4` | = note: expected struct `burn::tensor::Shape<3>` found struct `burn::tensor::Shape<4>` Raw Output: crates/burn-import/onnx-tests/tests/onnx_tests.rs:1631:36:e:error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1631:36 | 1631 | assert_eq!(expected_shape, output.shape()); | ^^^^^^^^^^^^^^ expected `3`, found `4` | = note: expected struct `burn::tensor::Shape<3>` found struct `burn::tensor::Shape<4>` __END__
tests (ubuntu-22.04, stable, std): crates/burn-import/onnx-tests/tests/onnx_tests.rs#L1641
[clippy] reported by reviewdog 🐶 error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1641:36 | 1641 | let output = model.forward(input); | ------- ^^^^^ expected `5`, found `4` | | | arguments to this method are incorrect | = note: expected struct `burn::tensor::Tensor<burn_ndarray::NdArray, burn::tensor::Float, 5>` found struct `burn::tensor::Tensor<_, _, 4>` note: method defined here --> /home/runner/work/burn/burn/target/debug/build/onnx-tests-227acedfe5abb0ef/out/model/squeeze_opset13.rs:42:12 | 42 | pub fn forward(&self, input1: Tensor<B, 5>) -> Tensor<B, 4> { | ^^^^^^^ -------------------- Raw Output: crates/burn-import/onnx-tests/tests/onnx_tests.rs:1641:36:e:error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1641:36 | 1641 | let output = model.forward(input); | ------- ^^^^^ expected `5`, found `4` | | | arguments to this method are incorrect | = note: expected struct `burn::tensor::Tensor<burn_ndarray::NdArray, burn::tensor::Float, 5>` found struct `burn::tensor::Tensor<_, _, 4>` note: method defined here --> /home/runner/work/burn/burn/target/debug/build/onnx-tests-227acedfe5abb0ef/out/model/squeeze_opset13.rs:42:12 | 42 | pub fn forward(&self, input1: Tensor<B, 5>) -> Tensor<B, 4> { | ^^^^^^^ -------------------- __END__
tests (ubuntu-22.04, stable, std): crates/burn-import/onnx-tests/tests/onnx_tests.rs#L1642
[clippy] reported by reviewdog 🐶 error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1642:36 | 1642 | assert_eq!(expected_shape, output.shape()); | ^^^^^^^^^^^^^^ expected `3`, found `4` | = note: expected struct `burn::tensor::Shape<3>` found struct `burn::tensor::Shape<4>` Raw Output: crates/burn-import/onnx-tests/tests/onnx_tests.rs:1642:36:e:error[E0308]: mismatched types --> crates/burn-import/onnx-tests/tests/onnx_tests.rs:1642:36 | 1642 | assert_eq!(expected_shape, output.shape()); | ^^^^^^^^^^^^^^ expected `3`, found `4` | = note: expected struct `burn::tensor::Shape<3>` found struct `burn::tensor::Shape<4>` __END__
tests (ubuntu-22.04, 1.79.0, std)
The job was canceled because "blaze_macos-14_stable_std" failed.
tests (ubuntu-22.04, 1.79.0, std)
The operation was canceled.