-
Hello, is it possible to export the sbml diagram as some type of graph file (e.g. adjacency list, gexf, or graphML)? Thanks
-
It would be a good idea if you could save graphs as a file using "icingacli".
An application area for this would be to be able to enrich emails with these graphs.
-
**Describe the bug**
While trying to convert a small ~90 MB ONNX model to TensorFlow, it takes forever on some models.
**To Reproduce**
```py
onnx_model = onnx.load(model_onnx)
onnx.checker…
-
When I try to use `compile_model` with CUDA as the specified device, I encounter the following error. Is there a way to resolve this, or is the `lora.py` code not yet compatible with running on a GPU?…
-
## Description
I am trying to compile our model with trt, and failed. I locate the problem to our embedding layer. We are using `torch.nn.EmbeddingBag`. So I create a mini model with it and export i…
-
Hello
First, thanks for making this tool available. It helps me greatly.
I was wondering if it would be possible to export the chart as a standalone HTML snippet.
This feature would allow me to i…
-
The current version shows energy production and storage e.g. "biomass, geothermal, hydro, solar" in the graph.
Under the graph you see the tags "stored" and "produced". There it doesn't show the tot…
-
### 🐛 Describe the bug
Code to reproduce the problem
```
import torch
from transformers import AutoModelForAudioClassification, AutoFeatureExtractor
model = AutoModelForAudioClassification.…
-
### 🐛 Describe the bug
We tried to save and load the torch.exported dlrm_v2 model(97.5GB), the model repository is: https://github.com/mlcommons/inference/tree/master/recommendation/dlrm_v2/pytorch…
-
this is my command:
python3 export_rtdetr_ultralytics.py -w rtdetr-l.pt --simplify --batch 4 -s 640
and got this error:
```
python3 export_rtdetr_ultralytics.py -w rtdetr-l.pt --simplify -…