-
**Describe the bug**
If I try to convert the model BiDAF from the [ONNX Model Zoo](https://github.com/onnx/models/tree/master/bidaf) I get an Exception:
```
Traceback (most recent call last):
…
-
I was struggling to figure out why svd was super slow on my amd card (took about half an hour to generate 1 video), and it ended up being the lack of the --force-fp32 flag (now takes 1 minute). Could …
-
**Describe the bug**
I've tried to run BERT-Squad (opset10) model (https://onnxruntimetestdata.blob.core.windows.net/models/20191107.zip) using test data. Unfortunately, I see a big mismatch (and inc…
-
#### I'm opening this issue because:
- [x] npm is crashing.
- [x] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
- [ ] Other (_see below for feat…
-
I found there are some models lack data preprocess details and even accuracy info, such as https://github.com/onnx/models/tree/master/vision/classification/inception_and_googlenet/inception_v2
Where …
-
**Name: Joan Amarachukwu IFEANYI**
**Projects:** [Interpret](https://github.com/interpretml/interpret/) | [HoloViz](https://github.com/holoviz/holoviz)
**Relevant links:** [HoloViz Governance](htt…
-
## Details
Currently a transformation on a model in looks like this:
```py
model = model.transform(MoveChanLastUpstream())
```
The executed transformation, in this case `MoveChanLastUpstream`, ma…
-
前回のコンペ
- https://www.kaggle.com/c/chaii-hindi-and-tamil-question-answering/discussion/264358
-
Using numba 0.58.1, python 3.10.13 [GCC 9.4.0] on linux, I am running the [following example code from the docs](https://numba.readthedocs.io/en/stable/user/parallel.html#examples) resulting in quite…
-
# Ask a Question
### Question
I have two questions.
1. https://github.com/onnx/models/tree/master/text/machine_comprehension/gpt-2
The onnx file extracted from the link above appears to have…