-
Using a call statement causes a crash state to be generated that leads to a deadlock - should this happen?
Given:
```
---
action_options:
Human.Input:
max_actions: 2
max_c…
-
i'm having trouble to run yarn start from the master branch.
> Cannot find module 'ember-cli-version-checker'
> Require stack:
> - /Users/user/OpenSourceRepos/ember-table/index.js
> - /usr/loca…
-
### Your current environment
The output of `python collect_env.py`
```text
Your output of `python collect_env.py` here
```
### Model Input Dumps
_No response_
### 🐛 Describe the bug
…
-
左博你好! 有没有使用过 mtcnn mxnet模型转化为onnx格式啊? export_model 函数要求一个input_shape,PNet的input_shape是变化的,这个参数怎么设置啊?
`
import onnx
import mxnet as mx
import numpy as np
from mxnet.contrib import onnx as onnx_m…
-
```solidity
contract S {
uint x;
function setZero() external {
if (x == 1)
x = 0;
}
function setOne() external {
if (x == 0)
x = 1;…
-
**Describe the bug**
A clear and concise description of what the bug is.
When converting paraformer model with option '--overwrite-input-shape speech:1,83,560 speech_lengths:1 bias_embed:1,2,512',…
-
**Can you share your TensorRT&onnx&pytorch version?**
When I run, I encounter the following errors,I suspect that different versions resulted.
onnx 1.5
Tensorrt TensorRT-5.1.5.0
Traceback (most r…
-
Github: https://github.com/rootonchair/diffuser_layerdiffuse
This project is a port to Diffusers, it allows you to run transparent image with SD1.5 (transparent only or joint generation) and SDXL (…
-
```
When model checking with Spin in CSight, a sizable portion of time is used to
compile the Promela into the model checker. We will attempt to improve
execution time of the model checking process …
-
**Describe the bug**
ONNX Simplifier fails to simplify models with optional types.
The following minimum demo:
```python
from typing import Optional
import onnx
import onnxsim
import torc…