Burhan

Results 173 comments of Burhan

Seems to be issue with `half` https://github.com/pytorch/pytorch/issues/131958#issuecomment-2256798811 but this also has a _massive_ impact on inference speed

Looks like this is fixed in a PyTorch nightly build `torch-2.5.0.dev20240726+cu121` https://github.com/pytorch/pytorch/issues/131958#issuecomment-2257343415

@inisis I'm guessing (not 100% certain) that ONNX detail would be specific to the format. Currently, the implementation I have is agnostic to the file format and is primarily looking...

Waiting on fix in #16699 to update and re-run CI tests.

@Laughing-q thanks! So right now, you can use ```sh yolo info model=yolo11n.pt ``` To add the arguments info definitely sounds like a cool idea! Given the circumstances, I was thinking...

## New docs section for `yolo info` ![image](https://github.com/user-attachments/assets/e2a289e8-ce1f-4279-93f8-7f9afdff0cfa) ## Example Output Previews Previews are collapsed by default. ![image](https://github.com/user-attachments/assets/0f6a8e93-9b90-4f67-b50b-1b06caab5148) ![image](https://github.com/user-attachments/assets/ab384413-1865-43c3-8284-316306b432d4) ## Application using `bash` and `PowerShell` Example(s) showing how to find...

- Functions for CI tests combined to single test - Add example in error message when `FileNotFound` is raised - Include text highlights to help with visibility - Documentation updated...

Resolved conflicts with `main`

@glenn-jocher I no longer have permissions to push to this branch.

@KozlovKY sorry I missed your message. I can't remember what versions of Ultralytics or SparseML I used when I opened this PR. I was able to successfully output a model...