Open HZW-WW opened 2 months ago
What is your system info.?
您的系统信息是什么?
torch=1.12.1+cu113,python=3.8,linux system,Ubantu 20.04.3 LTS
您的系统信息是什么?
torch=1.12.1+cu113,python=3.8,linux system,Ubantu 20.04.3 LTS
It's seems to old.
您的系统信息是什么?
torch=1.12.1+cu113,python=3.8,linux system,Ubantu 20.04.3 LTS
It's seems to old.
Do you mean the python version or the torch version?
您的系统信息是什么?
torch=1.12.1+cu113,python=3.8,linux system,Ubantu 20.04.3 LTS
It's seems to old.
Do you mean the python version or the torch version?
Torch and cuda. I suggest to use cuda 11.3 & torch 1.11.0 with pillow 9.5
/home/aaa/me/yolov9-main/models/yolo.py:108: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! elif self.dynamic or self.shape != shape:
When training the train_dual.py file, this warning was reported during training. Does it affect normal training? How to solve this problem? The problem seems to be line 229 of the yolo. py file: elif self.dynamic or self.shape != shape: