We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8dc3f commit 1a156bfCopy full SHA for 1a156bf
pthflops/__init__.py
@@ -1,3 +1,3 @@
1
from .ops import count_ops
2
3
-__version__ = '0.1.1'
+__version__ = '0.2.0'
setup.py
@@ -49,7 +49,7 @@ def find_version(*file_paths):
49
50
# Author details
51
author="Adrian Bulat",
52
- author_email="adrian[email protected]",
+ author_email="adrian@adrianbulat.com",
53
url="https://github.com/1adrianb/pytorch-estimate-flops",
54
55
# Package info
0 commit comments