79441260

Date: 2025-02-15 09:33:53
Score: 1
Natty:
Report link

try this way

from ultralytics import YOLO
from torchinfo import summary

model = YOLO("yolov5n.pt")  # Ensure you are using the correct model version
summary(model. Model, input_size=(1, 3, 640, 640))

https://github.com/ultralytics/yolov5/issues/11035#issuecomment-2249759900

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amirhosein Zarei