-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussi…
-
thank you for this model, I am trying to train the model on totaltextdata .. I train on some batches, but it suddenly stops showing this (This the important part of the error)
```
2024-10-30 10:49…
-
### Describe the issue
I tried to use CPUExecutionProvider and CUDAExecutionProvider to inference the same single conv node, and turns out the result does not match after 4 decimals. I'm wondering …
-
`black-forest-labs/FLUX.1-dev` runs very slow. it takes about 15min to generate 1344x768 (wxh) image. Has anyone experienced the same or is it just me.
```python
pipe = FluxPipeline.from_pretr…
-
@WeijingShi hi thanks for sharing the code base i have few queries
1. can we run the inference code on cpu ? is there any modifications required
2. Any similar implementation available using pyto…
-
Hi. Thanks for your great work
it seems that your pretrained model have to be used with GPU for inference time as well. I'm wondering if it is possible to use pretrained model for inference only wit…
-
Hello,
I would like to test your code and your pre-trainer model and I wanted to know if it works only on CPU?
Do you know the execution time to process an image?
Thanks in advance.
-
I am trying to run the inference cpu docker container however I am running into an issue that it is not setting the BRAIN_MASKING environ variable correctly and therefore not importing brain_extract…
-
Can DINO models be inferenced on CPU? The inference notebook always looks for cuda.
-
Hello! This is really interesting project, thanks for putting this together.
I'm experimenting with CPU-only inference, running small models 3B or under in sysram. I'm curious to see how the result…