-
When trying to convert tiny via:
`python export.py --weights tiny.pt --img-size 640 640`
`Running MIL backend_mlprogram pipeline: 100%|██████████| 12/12 [00:00
-
I am trying compile LLaVA 1.5 7B to Neuron. As far as I can tell, the way to do this is to select some specific inputs and then trace the model execution with those inputs. However, when I try to trac…
-
Hi,
I am trying to trace crf.decode function in ml.inf2.8xlarge instance.
Here is the code I am trying to run.
def tags(output , mask):
a = model.crf.decode(output , mask)
a = torch…
-
### 1. System information
WSL Linux l 5.14.0-427.18.1.el9_4.x86_64 GNU/Linux
tensorflow==2.10.1
tensorflow-cpu==2.10.1
installed using pip
### 2. Code
Ignore the fact that the dequantization…
-
Hey @atiorh or @arda-argmax ,
First off, I just want to say that I love your projects. The mlx-FLUX.1-schnell is awesome!
I'm reaching out because I'm interested in contributing to the community b…
-
**Relevant background**
The Pixie pipeline computes and saves out a lot of extraneous files, most of which correspond to a common set of dimensions (num_cells and num_channels). This has been extre…
-
I'm not sure if this is a bug or a training issue, but my trained models always produce the same output for both speakers:
```
[hannes@chonker voice-conversion]$ python inference.py -f inference.t…
-
I want to customize the yolo_v3.py file as per my customized yolo cfg file because just by following this repo for conversion there is a huge network loss from .weights to .pb file. So any advice woul…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### System information
Linux OpenSuse Tumbleweed
- TensorFlow installation : pip
- TensorFlow library : Tf-nightly, occurs on earlier versions too
### Code
Converting a model containing an …