nodefluxio / vortex

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

Torch 1.6 compatibility #71

Closed alifahrri closed 4 years ago

alifahrri commented 4 years ago

Type of changes

Please check the type of change your PR introduces: - [x] Bugfix - [ ] 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

alphinside commented 4 years ago

error at test_postprocess_export.py

E           onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Invalid Feed Input Name:iou_threshold

FAILED tests/test_postprocess_export.py::PostprocessTest::test_yolo_postprocess_onnx - onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNX...
triwahyuu commented 4 years ago

all good, but while testing it I found that efficientnet original model is failed to be exported, I guess it needs another issue for that. probably something to do with the activation function I changed.

alifahrri commented 4 years ago

hmm ok

triwahyuu commented 4 years ago

I guess it's okay for this to be merged