-
### 🐛 Describe the bug
I attempted to train a model on a custom dataset using this notebook, but **even without modifying any content, I encountered an error** (I did fill in the correct API Key, o…
-
I see that output format of yolov7 .engine model as follow
`
0 INPUT kFLOAT input 3x640x640
1 OUTPUT kFLOAT output 25200x7
`
I understood that 25200 = 3x(80^2 + 4…
-
### 💡 Your Question
I followed the colab: https://colab.research.google.com/drive/1yHrHkUR1X2u2FjjvNMfUbSXTkUul6o1P?usp=sharing for Quantization-Aware Finetuning YoloNAS on a Custom Dataset. After …
-
You'll use yolo_nas_l throughout this notebook. Because you should always go big, or go home.
It's a good life philosophy.
But your fine tuning notebook seems to be not working, I tried to rerun…
-
### 💡 Your Question
I have been training with YOLOv5 and am trialling YOLO-NAS/Super-gradients.
In YOLOv5 I increase the batch size until the GPURAM used is below the maximum.
How do I do this wi…
-
In Yolov8 we can train 2 channel images or 4 channel images by adding `ch:2` or `ch:4` parameter to yolov8s.yaml file . Does Yolo-NAS also have similar support if so where should we change it
-
### Describe the bug
When trying post-training quantization as described [here](https://docs.deci.ai/super-gradients/documentation/source/ptq_qat.html#post-training-quantization) with a pretrained YO…
-
The console stream is logged into /home/user/sg_logs/console.log
[2023-05-09 17:22:15] INFO - crash_tips_setup.py - Crash tips is enabled. You can set your environment variable to CRASH_HANDLER=FALSE…
-
i have this error when i train my dataset
if __name__ == '__main__':
freeze_support()
...
The "freeze_support()" line can be omitted if the program
is not goi…
-
Hello, i am curious for new yolo nas model. I am new to super gradient. Is it possible to train a model on custom dataset which are prepared in yolov5/8 format specially in multiple directories?