ultralytics-thop 0.2.5__tar.gz → 0.2.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/PKG-INFO +4 -2
  2. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/README.md +3 -1
  3. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/__init__.py +1 -1
  4. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/ultralytics_thop.egg-info/PKG-INFO +4 -2
  5. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/LICENSE +0 -0
  6. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/pyproject.toml +0 -0
  7. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/setup.cfg +0 -0
  8. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/tests/test_conv2d.py +0 -0
  9. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/tests/test_matmul.py +0 -0
  10. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/tests/test_relu.py +0 -0
  11. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/tests/test_utils.py +0 -0
  12. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/fx_profile.py +0 -0
  13. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/profile.py +0 -0
  14. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/rnn_hooks.py +0 -0
  15. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/utils.py +0 -0
  16. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/vision/__init__.py +0 -0
  17. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/vision/basic_hooks.py +0 -0
  18. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/thop/vision/calc_func.py +0 -0
  19. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/ultralytics_thop.egg-info/SOURCES.txt +0 -0
  20. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/ultralytics_thop.egg-info/dependency_links.txt +0 -0
  21. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/ultralytics_thop.egg-info/requires.txt +0 -0
  22. {ultralytics_thop-0.2.5 → ultralytics_thop-0.2.6}/ultralytics_thop.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ultralytics-thop
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Ultralytics THOP package for fast computation of PyTorch model FLOPs and parameters.
5
5
  Author-email: Ligeng Zhu <ligeng.zhu+github@gmail.com>
6
6
  Maintainer: Glenn Jocher
@@ -39,7 +39,7 @@ Requires-Dist: torch
39
39
 
40
40
  Welcome to the [THOP](https://github.com/ultralytics/thop) repository, your comprehensive solution for profiling PyTorch models by computing the number of Multiply-Accumulate Operations (MACs) and parameters. This tool is essential for deep learning practitioners to evaluate model efficiency and performance.
41
41
 
42
- [![GitHub Actions](https://github.com/ultralytics/thop/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/thop/actions/workflows/main.yml) [![PyPI version](https://badge.fury.io/py/ultralytics-thop.svg)](https://badge.fury.io/py/ultralytics-thop) <a href="https://ultralytics.com/discord"><img alt="Discord" src="https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue"></a>
42
+ [![GitHub Actions](https://github.com/ultralytics/thop/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/thop/actions/workflows/main.yml) <a href="https://ultralytics.com/discord"><img alt="Discord" src="https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue"></a>
43
43
 
44
44
  ## 📄 Description
45
45
 
@@ -49,6 +49,8 @@ THOP offers an intuitive API to profile PyTorch models by calculating the number
49
49
 
50
50
  You can install THOP via pip:
51
51
 
52
+ [![PyPI - Version](https://img.shields.io/pypi/v/ultralytics-thop?logo=pypi&logoColor=white)](https://pypi.org/project/ultralytics-thop/) [![Downloads](https://static.pepy.tech/badge/ultralytics-thop)](https://pepy.tech/project/thop) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ultralytics-thop?logo=python&logoColor=gold)](https://pypi.org/project/ultralytics-thop/)
53
+
52
54
  ```bash
53
55
  pip install ultralytics-thop
54
56
  ```
@@ -5,7 +5,7 @@
5
5
 
6
6
  Welcome to the [THOP](https://github.com/ultralytics/thop) repository, your comprehensive solution for profiling PyTorch models by computing the number of Multiply-Accumulate Operations (MACs) and parameters. This tool is essential for deep learning practitioners to evaluate model efficiency and performance.
7
7
 
8
- [![GitHub Actions](https://github.com/ultralytics/thop/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/thop/actions/workflows/main.yml) [![PyPI version](https://badge.fury.io/py/ultralytics-thop.svg)](https://badge.fury.io/py/ultralytics-thop) <a href="https://ultralytics.com/discord"><img alt="Discord" src="https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue"></a>
8
+ [![GitHub Actions](https://github.com/ultralytics/thop/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/thop/actions/workflows/main.yml) <a href="https://ultralytics.com/discord"><img alt="Discord" src="https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue"></a>
9
9
 
10
10
  ## 📄 Description
11
11
 
@@ -15,6 +15,8 @@ THOP offers an intuitive API to profile PyTorch models by calculating the number
15
15
 
16
16
  You can install THOP via pip:
17
17
 
18
+ [![PyPI - Version](https://img.shields.io/pypi/v/ultralytics-thop?logo=pypi&logoColor=white)](https://pypi.org/project/ultralytics-thop/) [![Downloads](https://static.pepy.tech/badge/ultralytics-thop)](https://pepy.tech/project/thop) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ultralytics-thop?logo=python&logoColor=gold)](https://pypi.org/project/ultralytics-thop/)
19
+
18
20
  ```bash
19
21
  pip install ultralytics-thop
20
22
  ```
@@ -1,4 +1,4 @@
1
- __version__ = "0.2.5"
1
+ __version__ = "0.2.6"
2
2
 
3
3
  import torch
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ultralytics-thop
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Ultralytics THOP package for fast computation of PyTorch model FLOPs and parameters.
5
5
  Author-email: Ligeng Zhu <ligeng.zhu+github@gmail.com>
6
6
  Maintainer: Glenn Jocher
@@ -39,7 +39,7 @@ Requires-Dist: torch
39
39
 
40
40
  Welcome to the [THOP](https://github.com/ultralytics/thop) repository, your comprehensive solution for profiling PyTorch models by computing the number of Multiply-Accumulate Operations (MACs) and parameters. This tool is essential for deep learning practitioners to evaluate model efficiency and performance.
41
41
 
42
- [![GitHub Actions](https://github.com/ultralytics/thop/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/thop/actions/workflows/main.yml) [![PyPI version](https://badge.fury.io/py/ultralytics-thop.svg)](https://badge.fury.io/py/ultralytics-thop) <a href="https://ultralytics.com/discord"><img alt="Discord" src="https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue"></a>
42
+ [![GitHub Actions](https://github.com/ultralytics/thop/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/thop/actions/workflows/main.yml) <a href="https://ultralytics.com/discord"><img alt="Discord" src="https://img.shields.io/discord/1089800235347353640?logo=discord&logoColor=white&label=Discord&color=blue"></a>
43
43
 
44
44
  ## 📄 Description
45
45
 
@@ -49,6 +49,8 @@ THOP offers an intuitive API to profile PyTorch models by calculating the number
49
49
 
50
50
  You can install THOP via pip:
51
51
 
52
+ [![PyPI - Version](https://img.shields.io/pypi/v/ultralytics-thop?logo=pypi&logoColor=white)](https://pypi.org/project/ultralytics-thop/) [![Downloads](https://static.pepy.tech/badge/ultralytics-thop)](https://pepy.tech/project/thop) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ultralytics-thop?logo=python&logoColor=gold)](https://pypi.org/project/ultralytics-thop/)
53
+
52
54
  ```bash
53
55
  pip install ultralytics-thop
54
56
  ```