You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thop/profile.py:12: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(torch.__version__) < LooseVersion("1.0.0"):#200
Open
glenn-jocher opened this issue
Mar 10, 2023
· 2 comments
I'm seeing a DeprecationWarning when running YOLOv8 tests. This looks pretty simple, I think we just need to update thop/profile.py:12 as mentioned to us pkg_resources as follows:
I'm seeing a DeprecationWarning when running YOLOv8 tests. This looks pretty simple, I think we just need to update thop/profile.py:12 as mentioned to us pkg_resources as follows:
I'll try to submit a PR.
The text was updated successfully, but these errors were encountered: