-
### Describe the issue
When loading the onnx file inside [in2out3.zip](https://github.com/user-attachments/files/17631140/in2out3.zip) there should be two inputs and the one at index 0 should be name…
-
Hello Developers,
I have a Usecase, I want to take inputs from customer via forms. For example, The bot needs to take so many inputs from customer, so instead of asking one by one, the bot opens a …
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
### Describe the bug
The `HasLengthInclusivelyBetween` method currently does not perform any validation on the inputs, potentially leading to incorrect behavior if `inputs.a` is greater than `input…
-
Writing this idea down for later:
Imagine a component that has a "input template" config port.
You type into this port:
```
Hello! Welcome to zombo.com.
Let's start by getting a few det…
-
In `uniform_hypergraph_configuration_model`, it only accepts dict inputs. I propose that we create a function called `to_array` or something like this where it will standardize the inputs so that func…
-
## Overview
Need to have alternative variations for all test input files. These should be smaller so that tests run faster. The data should also be synthetic to avoid any licensing issues.
## Sub-…
-
Technically correct, but ugly. Should show with 2-3 decimal places:
![Image](https://github.com/user-attachments/assets/ec7a171e-51ce-43c9-ab36-ca1ccd3b618c)
@Maelstromeous - technical/Vue question:…
-
I want to use a select input and pass an array of values as the value.
I'm having a hard time implementing this.
-
```
In [1]: import torch
In [2]: torch.randint(2, (2**31-2,), device="cuda", dtype=torch.int8).sum() # BAD
Out[2]: tensor(0, device='cuda:0')
In [3]: torch.randint(2, (2**30-2,), device="cuda"…