nodefluxio / vortex

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

Update and simplify backbones #67

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 - [x] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

close #56

What is the new behavior?

Checklist

alphinside commented 4 years ago

please resolve the conflict

triwahyuu commented 4 years ago

done, ready to be merged now

alphinside commented 4 years ago

test failed on tests/test_model.py

FAILED tests/test_model.py::test_model[detection-mobilenetv3_large_w1] - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, available: ['darkn...
FAILED tests/test_model.py::test_model[classification-mobilenetv3_large_w1] - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, available: ['...
FAILED tests/test_yolo_mobilenetv3.py::YoloV3MobilenetV3Tests::test_eval - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, available: ['dar...
FAILED tests/test_yolo_mobilenetv3.py::YoloV3MobilenetV3Tests::test_train - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, available: ['da...
FAILED tests/test_yolo_mobilenetv3.py::YoloV3MobilenetV3Tests::test_train_dynamic - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, availab..
triwahyuu commented 4 years ago

done

alphinside commented 4 years ago

still error

FAILED tests/test_yolo_mobilenetv3.py::YoloV3MobilenetV3Tests::test_eval - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, available: ['dar...
FAILED tests/test_yolo_mobilenetv3.py::YoloV3MobilenetV3Tests::test_train - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, available: ['da...
FAILED tests/test_yolo_mobilenetv3.py::YoloV3MobilenetV3Tests::test_train_dynamic - KeyError: "backbones 'mobilenetv3_large_w1' is not supported, availab...
triwahyuu commented 4 years ago

sorry forgot that one.

triwahyuu commented 4 years ago

it's done