Use new ultralytics-thop package (#13282)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-06-01 01:51:39 +02:00 committed by GitHub
parent 8fb140688a
commit 7453753544
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 17 deletions

View file

@ -75,9 +75,9 @@ dependencies = [
"tqdm>=4.64.0", # progress bars
"psutil", # system utilization
"py-cpuinfo", # display CPU info
"thop>=0.1.1", # FLOPs computation
"pandas>=1.1.4",
"seaborn>=0.11.0", # plotting
"ultralytics-thop>=0.2.4", # FLOPs computation https://github.com/ultralytics/thop
]
# Optional dependencies ------------------------------------------------------------------------------------------------
@ -94,7 +94,7 @@ dev = [
"mkdocstrings[python]",
"mkdocs-jupyter", # for notebooks
"mkdocs-redirects", # for 301 redirects
"mkdocs-ultralytics-plugin>=0.0.44", # for meta descriptions and images, dates and authors
"mkdocs-ultralytics-plugin>=0.0.45", # for meta descriptions and images, dates and authors
]
export = [
"onnx>=1.12.0", # ONNX export