Closed alifahrri closed 4 years ago
note: some tests fail but i think it is unrelated to this pr
========================================================================================= short test summary info ==========================================================================================
FAILED tests/test_model.py::test_model[detection-resnest14] - ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 32, 1, 1])
FAILED tests/test_model.py::test_model[detection-rexnet_100] - ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 19, 1, 1])
FAILED tests/test_model.py::test_model[detection-tresnet_m] - ImportError: Please install InplaceABN: 'pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11'
FAILED tests/test_model.py::test_model[classification-resnest14] - ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 32, 1, 1])
FAILED tests/test_model.py::test_model[classification-rexnet_100] - ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 19, 1, 1])
FAILED tests/test_model.py::test_model[classification-tresnet_m] - ImportError: Please install InplaceABN: 'pip install git+https://github.com/mapillary/inplace_abn.git@v1.0.11'
maybe need to install other lib
yess, the test in test_model
is still failing, I'm working on that
the failing tests have been resolved in #78, so all good.
Type of changes
Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?Related issues :
What is the new behavior?
Checklist
[Unreleased]
Changelog