-
# Background
I experimented with a rust-based exo implementation that used [UniFFI](https://mozilla.github.io/uniffi-rs/latest/) for foreign language bindings so I could run it from a Swift iOS app…
-
I am opening this issue to have a discussion around retraining vs fine-tuning models across different active learning rounds.
#### Context:
I have trained a baseline model (ref #34) and now I am m…
-
### System Information
OpenCV python version: 4.7.0.72
Operating System / Platform: Windows 10
Python version: 3.10.6
### Detailed description
I am trying to run an int8 quantized model exported …
-
**Tell us about your request**
What do you want us to build?
**Which service(s) is this request for?**
This could be Fargate, ECS, EKS, ECR
**Tell us about the problem you're trying to solve. …
-
trying to quantize and no model is generated
my hardware is amd
```python quantize.py --checkpoint_path checkpoints/$MODEL_REPO/model.pth --mode int8
Loading model ...
Quantizing model weights f…
-
**Describe the bug**
I'm trying to use deepspeed to finetune a bert based classification model, but when trying to launch multi-node training all nodes include localhost get errno: 110 - Connection t…
-
I'm seeking clarity on utilizing the code during inference for testing a fine-tuned model on a dataset without target masks. Is there any guidance provided in the associated paper or repository on how…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…
-
### Describe the issue
I have a model that is 4137 MB as a .onnx, exported from a PyTorch's `ScriptModule` through `torch.onnx.export`.
When loading the ONNX model through an InferenceSession us…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
Hi, i am …