-
Different predictions between initial model performance and its deployment. My first guess was a potential data type mismatch during image preprocessing in handler.py:
```bash
class WastePredictionS…
-
Hi there,
I was wondering if anyone knew of a way to force predictions made using the TFT model to start at zero.
I ask because all of the time series I am using to train and test my model start …
-
Hi all,
**In Short:** Is there a native way to perform the inference (prediction) only?
**Explanation:** After pre-training my semantic segmentation model, I finally want to use it in a small …
-
### 🚀 The feature, motivation and pitch
I'm encountering an issue with the `weights_only=True` parameter in `torch.load`, where I need to load custom model classes while ensuring repeatable results a…
-
Hello,
I'm new to transformers and coreml and I have converted the model Llama-3.2-1B-Instruct from:
https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct. to coreml model using
`python conver…
-
I saved the sequential model in Python and I am using it in Java but keep getting this error,
2024-11-18 10:08:07.698839: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is …
-
### OpenVINO Version
Master
### Operating System
Android System
### Device used for inference
CPU
### Framework
ONNX
### Model used
mobelinet-v3-tf
### Issue description
LD_LIBRARY_PATH=/da…
-
Hello all. Firstly, thank you for your work and dedication on this package, it certainly has helped me immensely.
I have a question on an issue I recently encountered in my work using ggeffects.
I…
-
### 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…
-
I am using the torchsurv library for survival analysis and want to plot Kaplan-Meier (KM) curves based on my model's predictions, not the baseline KM curve. I’m looking for guidance on how to generate…