d-smit

Results 2 issues of d-smit

Hello, I am keen to convert my quantized trained ONNX model into a blob file. OpenVino currently does not support this which is what I've been using so far. Is...

enhancement

I am trying to validate my sparse-quantized transfer-learned YOLOv5-m model with the following code: !sparseml.yolov5.val_onnx --model_path yolov5_runs/train/exp6/weights/best.onnx --data yolov5/data2.yaml --imgsz 416 --batch-size 16 The model was exported after the sparse-quantized...

bug