deepsparse icon indicating copy to clipboard operation
deepsparse copied to clipboard

Sparsity-aware deep learning inference runtime for CPUs

Results 85 deepsparse issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you expected to happen. **Environment** Include all relevant...

bug

I tried to convert onnx model with dynamic batch size into deepsparse ``` from deepsparse import compile_model from deepsparse.utils import generate_random_inputs onnx_filepath = "tts_model.onnx" batch_size = 4 # Generate random...

bug

**Describe the bug** I cannot seem to load a dynamically quantized roberta model for cpu inference in ONNX format. I can load the pre-quantized model just fine. Currently working on...

bug

### Description This change modifies the DFS search used in model extraction to use sets rather than iterables ### Motivation and Context While shape inference is the most significant bottleneck,...

**Is your feature request related to a problem? Please describe.** First of all, thank the developer for the example. Here is the frame rate that I want to test for...

enhancement

**Describe the bug** I'm trying to replicate the sample code given in the DeepSparseSentenceTransformer documentation. I'm facing errors while executing it. It is mostly related to the version compatibility of...

bug

Bumps [gradio](https://github.com/gradio-app/gradio) from 3.19.1 to 4.36.0. Release notes Sourced from gradio's releases. [email protected] Features #8478 73e1108 - Adds a monitoring dashboard to Gradio apps that can be used to view...

dependencies

It's XYXY top left,bottom right. I guess the negative values are just the model predicting that the object extends outside the image. Leaving this open because it's still a problem...

documentation

Expands the description to include info about the format and units. Closes #1663

Can you help me in the counting the object that are in the video by using yolov8 and tracking?