-
### π Describe the bug
When I try to fill a quantization, my code causes an error:
TypeError: expected str, bytes or os.PathLike object, not NoneType
```python
import os
from super_gradients.β¦
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Question
How do I train my data iβ¦
-
`import torch
from super_gradients.training import models
device = torch.device("cuda:0") if torch.cuda.is_available() else torch.device("cpu")
model = models.get("yolo_nas_s", pretrained_weigβ¦
-
### π‘ Your Question
After converting the YoloNAS_S model to ONNX format (using export_quantized_module_to_onnx ) and while performing the inference using onnxruntime-gpu , after I execute
`ortβ¦
-
### π‘ Your Question
How to train YOLO_NAS on datasets, like coco?
### Versions
_No response_
-
Hi,
I have installed super-gradients manually and I'm using it in the docker container _nvcr.io/nvidia/pytorch:22.07-py3_. I've followed [this tutorial](https://learnopencv.com/train-yolo-nas-on-cuβ¦
-
### Search before asking
- [X] I have searched the Yolo Tracking [issues](https://github.com/mikel-brostrom/yolo_tracking/issues) and found no similar bug report.
I observed a benchmark [here]β¦
-
### Code Output:
device cuda
Checking Labels and images...
100%|ββββββββββββββββββββββββββββββββββββββ| 916/916 [00:00
-
### Search before asking
- [X] I have searched the Roboflow Notebooks [issues](https://github.com/roboflow-ai/notebooks/issues) and found no similar bug report.
### Notebook name
https://giβ¦
-
When performing inference on the web using onnx runtime, do you recommend yolov8 or yolo nas? In your experience, which is faster? Which is more accurate? Also, are you using int8 quantization for β¦