• Glenn Jocher's avatar
    Model summary `pathlib` fix (#7104) · 6134ec5d
    Glenn Jocher 提交于
    Stems not working correctly for YOLOv5l with current .rstrip() implementation. After fix:
    ```
    YOLOv5l summary: 468 layers, 46563709 parameters, 46563709 gradients, 109.3 GFLOPs
    ```
    6134ec5d
torch_utils.py 13.0 KB