Lyken17 / pytorch-OpCounter

Count the MACs / FLOPs of your PyTorch model.
MIT License
4.85k stars 528 forks source link

Fix `DeprecationWarning: distutils Version classes are deprecated` #201

Closed glenn-jocher closed 1 year ago

glenn-jocher commented 1 year ago

Fixes issue #200:

https://github.com/ultralytics/ultralytics/actions/runs/4380005063/jobs/7666578652

Screenshot 2023-03-10 at 19 21 46
glenn-jocher commented 1 year ago

@Lyken17 please see above PR to fix a thop distutils DeprecationWarning we are seeing YOLOv8 tests. Thank you!

volks73 commented 1 year ago

Hello! I am seeing this warning as well. Would it be possible to get a new release with this fix?