-
Sir/ma'am
When the user fits a non-sequential models (as in the case of multi-branch models), a graph execution error is encountered.
In particular no error is encountered with the model declaration…
-
This code works as expected.
```cuda
auto lookup_cache_or_build_graph(int n, int c, int h, int w, int k, int r, int s,
int padding, int stride, int dilation)
{
static cache_type_fwd user_main…
-
If clicking "Run" results in a failure, e.g. the hard-coded input values are no longer valid, this isn't visible in the UI. This can happen e.g. with credentials when they are deleted from the user bu…
Pwuts updated
2 weeks ago
-
**Is your feature request related to a problem? Please describe.**
There have been several related issues (https://github.com/microsoft/onnxruntime/issues/6790, https://github.com/microsoft/onnxrun…
-
**Loading Indicators:** When you press play, nothing happens for a while until the first block updates. It's not clear to the user they should be waiting. [OPEN-1669](https://linear.app/autogpt/issue/…
-
Can anyone help me
import keras
from keras import layers
import matplotlib.pyplot as plt
from keras.utils import image_dataset_from_directory
epochs = 30
image_size = (373, 454)
train_d…
-
When initially getting the pipeline working, I struggled to resolve an issue that would crash Olinda with a Graph Execution Error where the tuner class trains the final model after identifying the bes…
-
**Bicep version**
Bicep CLI version 0.7.4 (5afc312467)
**Describe the bug**
When using listKeys as a function, it creates two separate steps in the deployment that are not respecting any dependsO…
-
### Describe the bug
Hello. I tried the Img2Img Pipeline and encountered the error in the images. Could you please check it for me? Thank you
### Reproduction
```python
import torch
fro…
-
## Setup
I have a function as follows:
```python
def my_function(ddf: dd.DataFrame, list_of_args: List[Dict]) -> List[Delayed]:
ddf_tasks = ddf.to_delayed()
reduced_results = []
…