-
Testing ONNX model for [super resolution model](https://github.com/onnx/models/tree/master/vision/super_resolution/sub_pixel_cnn_2016), I have error running [this sample program](https://github.com/on…
-
### Describe the issue
2024-05-17 09:41:31.333218349 [E:onnxruntime:, inference_session.cc:1981 operator()] Exception during initialization: /onnxruntime_src/onnxruntime/contrib_ops/cuda/fused_conv…
-
```
To create a public link, set `share=True` in `launch()`.
Startup time: 26.2s (prepare environment: 6.2s, import torch: 5.2s, import gradio: 0.8s, setup paths: 0.7s, initialize shared: 0.7s, othe…
-
`vite.config.js`
```
export default defineConfig({
plugins: [
vue(),
viteStaticCopy({
targets: [
{
src: 'node_modules/@ricky0123/vad-web/dist/vad.worklet.…
-
### Describe the issue
This line assumes that there are at least 256 thread per thread block:
if (tid < 256) H[tid] = 0;
https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/core/pr…
-
# Bug Report
### Which model does this pertain to?
FasterRCNN-12.onnx
(https://github.com/onnx/models/blob/main/vision/object_detection_segmentation/faster-rcnn/model/FasterRCNN-12.onnx)
### D…
-
My numpy is 2.1.1 version but pulid want numpy
-
### Describe the issue
Will see the following warning:
```
2022-10-28 19:54:16.5781916 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:1622 onnxruntime::python::CreateInferencePybindStateModu…
-
memory_attention.onnx 使用DML加载失败,CPU加载正常
其他3个模型都正常加载
这个问题咋解决?
-
I have managed to get a model converted using the conversion script that I modified:
```py
from __future__ import absolute_import
from __future__ import division
from __future__ import print_fun…