You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull in the latest community onnx-mlir-dev image docker pull onnxmlir/onnx-mlir-dev:390x
Run the podman command to enter the community docker image, note while doing this mount the model folder which contains the above listed models and .test files. This also mounts the DLC modelzoo clients. podman run --rm --entrypoint bash -v /devfield/sunny/models:/data:Z -v /devfield/sunny/zdlc-main/dlc-automation/:/code/:Z -it --name onnx-mlir-sunny-y3-10 onnx-mlir-dev:sunny-yolov3
The model.so file is generated in the /data folder where also the model and .tests files are present. Please ensure the full model file is imported, not the git lfs file pointer.
Models with a Segmentation fault.
yolov3-10 and yolov3-12
Tests.zip
Steps to reproduce on the community docker image
docker pull onnxmlir/onnx-mlir-dev:390x
podman run --rm --entrypoint bash -v /devfield/sunny/models:/data:Z -v /devfield/sunny/zdlc-main/dlc-automation/:/code/:Z -it --name onnx-mlir-sunny-y3-10 onnx-mlir-dev:sunny-yolov3
The text was updated successfully, but these errors were encountered: