Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] several tests for modifier failed #260

Open
peterjc123 opened this issue Oct 12, 2023 · 1 comment
Open

[CI] several tests for modifier failed #260

peterjc123 opened this issue Oct 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@peterjc123
Copy link
Collaborator

FAILED tests/modifier_speed_test.py::ModifierForwardTester::test_shufflenet - RuntimeError: Given groups=1, weight of size [12, 11, 1, 1], expected input[1, 12, 28, 28] to have 11 channels, but got 12 channels instead
FAILED tests/modifier_torchvision_test.py::TestModel::test_torchvision_model_inception_v3 - AssertionError
FAILED tests/modifier_torchvision_test.py::TestModel::test_torchvision_model_shufflenet_v2_x0_5 - RuntimeError: Given groups=1, weight of size [12, 11, 1, 1], expected input[1, 12, 28, 28] to have 11 channels, but got 12 channels instead
FAILED tests/modifier_torchvision_test.py::TestModel::test_torchvision_model_shufflenet_v2_x1_0 - RuntimeError: Given groups=1, weight of size [29, 28, 1, 1], expected input[1, 29, 28, 28] to have 28 channels, but got 29 channels instead
FAILED tests/modifier_torchvision_test.py::TestModel::test_torchvision_model_shufflenet_v2_x1_5 - RuntimeError: Given groups=1, weight of size [44, 43, 1, 1], expected input[1, 44, 28, 28] to have 43 channels, but got 44 channels instead
FAILED tests/modifier_torchvision_test.py::TestModel::test_torchvision_model_shufflenet_v2_x2_0 - RuntimeError: Given groups=1, weight of size [61, 60, 1, 1], expected input[1, 61, 28, 28] to have 60 channels, but got 61 channels instead
@peterjc123 peterjc123 added the bug Something isn't working label Oct 12, 2023
@peterjc123
Copy link
Collaborator Author

These tests are skipped in #304.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant