-
Exception in Tkinter callback
Traceback (most recent call last):
File "F:\Python3.10.8\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File "F:\github_ky\Deep-Live…
-
I'm using `onnxruntime==1.15.1` & `onnx=1.14.0` with `onnx-graphsurgeon==0.5.2`.
I'm modifying the output of an `onnx` graph of an `XGBoost` model using the `Reshape` & `Graph` operators as follows …
-
### What happened?
for the given IR
```mlir
module {
func.func @torch_jit(%arg2: !torch.vtensor) -> !torch.vtensor attributes {torch.onnx_meta.ir_version = 7 : si64, torch.onnx_meta.opset_versi…
-
```python
@partial(jax.jit, donate_argnums=0, static_argnums=1)
def reshape(a, ord):
return jax.numpy.reshape(a, ord)
d = 100
v = jax.numpy.zeros((d * d, d * d))
v = reshape(v, (d, d, d, …
-
https://github.com/numpy/numpy/blob/dbb70947b95b92abf3e48ef8be7bd3ab79489892/numpy/core/src/multiarray/shape.c
-
Currently, after issue only a "change" action from the LSP, the entire region of replaced text is selected after the code action. Instead, it would be more intuitive if the same cursor remained select…
dgkf updated
2 months ago
-
What is a way of reshaping an `IndexedTable`? The common use case I have in mind is where a data `Column` contains a vector of strings, where the typical entry is of the form "a,b" and the goal is to…
-
**Describe the bug**
Query_input's shape is [batch, pos, n_heads, d_model], and the purpose of the code where the error occurred is to reshape query_input to [batch, pos, n_heads, d_head].
I found t…
-
### Checklist
- [x] I have searched related issues but cannot get the expected help.
- [x] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md) bu…
-
### Context
OpenVINO component responsible for support of JAX/Flax models is called as JAX Frontend (JAX FE). JAX FE converts a JAX/Flax model represented by `ClosedJAXpr` graph object with operation…