nodefluxio / vortex

A Deep Learning Model Development Framework for Computer Vision
27 stars 6 forks source link

runtime validator dataloader bug for batch size > 1 #54

Closed triwahyuu closed 4 years ago

triwahyuu commented 4 years ago

Type of changes

Please check the type of change your PR introduces: - [x] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): close #53 ## What is the new behavior?
alphinside commented 4 years ago

got Pytest error @triwahyuu

==================================================================== short test summary info ====================================================================
FAILED tests/test_pipelines.py::TestIRValidationPipeline::test_onnx_validation_multi_batch - onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONN...
FAILED tests/test_pipelines.py::TestIRValidationPipeline::test_torchscript_validation_multi_batch - AssertionError: predictor expects batch_size of 8, but got...
FAILED tests/test_pipelines.py::TestHypOptPipeline::test_train_obj - Exception: '>' not supported between instances of 'NoneType' and 'int'
FAILED tests/test_pipelines.py::TestHypOptPipeline::test_gpu_train_obj - Exception: '>' not supported between instances of 'NoneType' and 'int'
============================================== 4 failed, 181 passed, 3 skipped, 329 warnings in 159.56s (0:02:39) ===============================================
triwahyuu commented 4 years ago

okayy, on it

triwahyuu commented 4 years ago

are you sure you have the latest push? I have passed all the test in tests/test_pipelines.py
could you provide the complete error message here?

alphinside commented 4 years ago

lgtm