-
previous issue : #1087
I'd use below code to transfer learning yolov5 on my custom dataset
`!sparseml.yolov5.train --data {dataset.location}/data.yaml --cfg models_v5.0/yolov5s.yaml \ --hyp data/hy…
-
**Describe the bug**
Error occur when training process finish. I ran training with script below:
```
sparseml.yolov5.train \
--cfg yolov5s.yaml \
--data ./datasets/RDRR/RDRR.yaml \
--batch…
-
Edit:
Since there are a lot of confusion I'm rewriting the proposal again.
## Current power workflow methodology
1. Do a ranging mode run where the current range is automatically adjusted and pea…
-
I would like to perform quantization aware training for a custom object detector using yolov7 architecture. Could you please let me know if the functionality developed by deepsparse for yolov5 can be …
-
Hello. I'm trying to figure out why IR model executes much slower (up to 5-6 times) than .onnx version (using onnxruntime backend).
HW: CPU rockchip rk3399. The model was converted using --use_legac…
-
I'm getting following error while loading ported onnx model in opencv using cv2.dnn.readNet()
**Error:**
OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\onnx\onnx_importer.cpp:…
-
**Describe the bug**
Assertion at src/lib/jit/detail/executable_buffer.cpp:44
**Environment**
Include all relevant environment information:
1. OS [e.g. Ubuntu 18.04]: Ubuntu 18.04.6 LTS
2. Pyth…
-
**Describe the bug**
After the performance of the model is analized, I am clicking on Optimize.
At this moment the page changes to "Optimization" and the browser freezes after 5 seconds.
**Expect…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
Hello,
Thank you for the great library! I have a simple use case but I can't figure out how to achieve it. I want to use one of the pertained and pruned models on SparseZoo and use it as a feature …