We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
These tests are skipped in #304.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: