#598·yolov9

issue using yolov9-c.pt and yolov9-e.pt in the colab

Author: abhishektoluvaCreated Oct 7, 2024Updated Dec 8, 2025

@SkalskiP had implemented the model in colab "https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/train-yolov9-object-detection-on-custom-dataset.ipynb#scrollTo=N68Bdf4FsMYW", regarding custom training , but i am unable to use weights yolov9-c.pt or yolov9-e.pt it keeps shooting error in loss_tal.py which is Attribute error: 'list' object has not attribute 'view'. can anyone tell me how to resolve this